DataChefHQ / damavand

Damavand is an opinionated cloud-agnostic pythonic implementation of ARC (Application Resource Controller) pattern for developing cloud-native applications with best practices.
Mozilla Public License 2.0
3 stars 0 forks source link

Add AWS Cognito as Authentication Service for LLM Application #26

Open kkiani opened 3 weeks ago

kkiani commented 3 weeks ago

Description

Integrate AWS Cognito as the authentication service for LLM applications built using Damavand. This will provide secure user authentication and authorization for applications deploying Large Language Models (LLMs) on AWS.

Key Tasks:

Acceptance Criteria:

bramelfrink commented 1 week ago

Just had a call with @kkiani , it seems that this issue needs to be rephrased.

The goal is to introduce a mechanism to authenticate users / applications that is in line with the OpenAI specification, which uses an API key. This way, it can be cloud agnostic and not depend on e.g. Cognito user pools.