You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/guide/cognito/setup.md
+3
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,13 @@ This document describes how to install ALB Ingress Controller with AWS Cognito i
5
5
## Assumptions
6
6
7
7
The following assumptions are observed regarding this procedure.
8
+
8
9
* ExternalDNS is installed to the cluster and will provide a custom URL for your ALB. To setup ExternalDNS refer to the [install instructions](https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/external-dns/setup/).
9
10
10
11
## Cognitio Configuration
11
12
12
13
Configure Cognito for use with ALB Ingress Controller using the following links with specified caveats.
14
+
13
15
*[Create Cognito user pool](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-as-user-directory.html)
* On step 11.c for the `Callback URL` enter `https://<your-domain>/oauth2/idpresponse`.
@@ -18,6 +20,7 @@ Configure Cognito for use with ALB Ingress Controller using the following links
18
20
## ALB Ingress Controller Setup
19
21
20
22
Install the ALB Ingress Controller using the [install instructions](https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/controller/setup/) with the following caveats.
23
+
21
24
* When setting up IAM Role Permissions, add the `cognito-idp:DescribeUserPoolClient` permission to the example policy.
0 commit comments