File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ dependencies:
1616 version: 0.5.2
1717- name: ingestion-pipeline
1818 repository: https://rh-ai-quickstart.github.io/ai-architecture-charts
19- version: 0.6.0
19+ version: 0.6.1
2020- name: oracle-db
2121 repository: https://rh-ai-quickstart.github.io/ai-architecture-charts
2222 version: 0.5.2
23- digest: sha256:efd4de834e83d4fa9c936a4277ad8de6674ed3c0e6c34dcfe336fc5e702753f6
24- generated: "2025-11-12T08:54:36.033782834 -05:00"
23+ digest: sha256:4ed3d491fef75d4e30bd7741ea9334a62575b9d1df8ac4b8ca7558386d85992f
24+ generated: "2025-11-12T17:02:54.047085877 -05:00"
Original file line number Diff line number Diff line change @@ -181,6 +181,15 @@ llama-stack:
181181 resource : vector_db::*
182182 when : user with admin in roles
183183 description : users with the admin role can create, update or delete vector_dbs
184+ - permit :
185+ actions : [read]
186+ resource : vector_store::*
187+ description : all users have read access to vector_store
188+ - permit :
189+ actions : [create, update, delete]
190+ resource : vector_store::*
191+ when : user with admin in roles
192+ description : users with the admin role can create, update or delete vector_stores
184193 - permit :
185194 actions : [create, update, delete]
186195 resource : tool_group::*
You can’t perform that action at this time.
0 commit comments