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-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This document describes how to install ALB Ingress Controller with AWS Cognito i
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
+
* ExternalDNS is installed to the cluster and will provide a custom URL for your ALB. To setup ExternalDNS refer to the [install instructions](../external-dns/setup.md).
10
10
11
11
## Cognitio Configuration
12
12
@@ -19,10 +19,10 @@ Configure Cognito for use with ALB Ingress Controller using the following links
19
19
20
20
## ALB Ingress Controller Setup
21
21
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.
22
+
Install the ALB Ingress Controller using the [install instructions](../controller/setup.md) with the following caveats.
23
23
24
24
* When setting up IAM Role Permissions, add the `cognito-idp:DescribeUserPoolClient` permission to the example policy.
25
25
26
26
## Deploying an Ingress
27
27
28
-
Using the [cognito-ingress-template](https://github.com/kubernetes-sigs/aws-alb-ingress-controller/blob/master/docs/examples/cognito-ingress-template.yaml) you can fill in the `<required>` variables to create an ALB ingress connected to your Cognito user pool for authentication.
28
+
Using the [cognito-ingress-template](../../examples/cognito-ingress-template.yaml) you can fill in the `<required>` variables to create an ALB ingress connected to your Cognito user pool for authentication.
0 commit comments