Home / Companies / AuthZed / Blog / December 2024

December 2024 Summaries

4 posts from AuthZed

Filter
Month: Year:
Post Summaries Back to Blog
The guide provides a step-by-step process for deploying SpiceDB on Amazon Elastic Container Service (ECS) and Amazon Elastic Container Registry (ECR). It covers various aspects such as creating an ECS cluster, defining a task definition, running the task, adding schema and testing permissions, and running a datastore migration. The deployment is intended for learning purposes only, and it's not recommended to use SpiceDB on ECS as a production deployment target due to limitations in service discovery and horizontal dispatch. The guide provides a CloudFormation template to deploy SpiceDB to ECS, including the creation of an RDS instance for Postgres and a secrets manager for authenticated requests. The final section highlights the limitations of deploying SpiceDB on ECS and recommends using Kubernetes or Amazon EKS instead.
Dec 23, 2024 2,346 words in the original blog post.
SpiceDB v1.39 has been released, introducing native histograms for gRPC server metrics, smarter health checks with user-specified safe migrations, improvements for transaction metadata, and foundational work for two future features: expiring relationships and composable schemas. Native histograms enable efficient monitoring of permissions systems, while smarter health checks allow users to specify safe migration versions to avoid service interruptions. The release also includes a notable change in removing the LookupResources v1 implementation and provides detailed information on these changes and new features in the full release notes.
Dec 20, 2024 553 words in the original blog post.
The text discusses implementing fine-grained authorization for Retrieval-Augmented Generation (RAG) using Relationship-based Access Control (ReBAC). It provides a walkthrough of how to use Pinecone, Langchain, OpenAI, and SpiceDB to achieve this. The example demonstrates how to authorize access to view blog articles by defining the authorization logic in SpiceDB's schema, writing relationships to SpiceDB specifying which users can view specific documents, and using a Pinecone serverless index for vector-based data storage. It also shows how to query SpiceDB for a list of documents that a user is authorized to access and use this information in an OpenAI chat model prompt. The text concludes with a scenario where the user is not authorized to view certain contextual data, resulting in no completion answering the question.
Dec 04, 2024 1,219 words in the original blog post.
The recent interview on The Cube at NYSE delves into the evolving landscape of AI access control. It emphasizes the interconnection between AI and data security, highlighting the challenges and rewards involved. A key concept discussed is "Guard Rails for AI," a framework for responsible AI development that offers practical implications and benefits. The evolution of AI access control is traced from its initial inspiration to its current market position, shedding light on the growing need for secure AI solutions. Various real-world applications across diverse sectors like healthcare, finance, and sharing economy are also discussed, demonstrating the practical value of effective access control in AI.
Dec 02, 2024 202 words in the original blog post.