Skip to content

Commit

Permalink
[ADD] support for AWS Cognito
Browse files Browse the repository at this point in the history
  • Loading branch information
sebagarayco committed May 11, 2022
1 parent 4308d1c commit a070c07
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Features:

* creates a superuser and store it in a secret for integration with other kubernetes resources
* optionally uses zalando's postgres operator (see [here](zalando-pgo.md))
- creates a superuser and store it in a secret for integration with other kubernetes resources
- optionally uses zalando's postgres operator (see [here](zalando-pgo.md))

## Usage

Expand All @@ -23,6 +23,11 @@ helm install cvat cvat-helm/cvat-helm \
--namespace='cvat' --create-namespace \
--set superUser.initialPassword=boo \
--set ingress.host=cvat.com \
--set ingress.clusterIssuer=letsencrypt-prod

--set ingress.clusterIssuer=letsencrypt-prod
# optionally AWS
--set ingress.certificateArn="<certificate_arn>" \
--set ingress.cognitoEnabled="true" \
--set ingress.cognitoUserPool="<poolId>" \
--set ingress.cognitoUserPoolClient="<poolClient>" \
--set ingress.cognitoUserPoolDomain="<poolDomain>"
```

0 comments on commit a070c07

Please sign in to comment.