Skip to content

Commit

Permalink
Merge pull request #32 from DataChefHQ/feat/cognito-auth-service
Browse files Browse the repository at this point in the history
feat(AwsVllmComponent): Add AWS Cognito as auth service
  • Loading branch information
bramelfrink authored Oct 10, 2024
2 parents 8cac4b7 + 914e370 commit 3b9dce4
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 138 deletions.
2 changes: 1 addition & 1 deletion src/damavand/cloud/aws/controllers/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def resource(self) -> PulumiResource:
name=self.name,
args=AwsVllmComponentArgs(
region=self._region,
public_internet_access=True,
api_key_required=True,
endpoint_ssm_parameter_name=self._base_url_ssm_name,
),
)
Loading

0 comments on commit 3b9dce4

Please sign in to comment.