Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smatiolids/astra-vector-notebooks
https://github.com/smatiolids/astra-vector-notebooks
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smatiolids/astra-vector-notebooks
- Owner: smatiolids
- Created: 2024-01-31T12:59:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T20:24:38.000Z (8 months ago)
- Last Synced: 2024-04-14T03:41:14.186Z (7 months ago)
- Language: Jupyter Notebook
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataStax AstraDB Vector - Jupyter Notebooks
## Security per Collection - Astra_DB_Vector_Security_for_data_access.ipynb
In this notebook, we will leverage the DevOps API to create a role with read access on a colelction, while all the other collections are denied.
Then, we generate a token for this role and used it to query the allowed and denied collections. As expected, the allowed collection is read succesfully, while we correctly received errors when querying the denied collection.