Skip to content

Commit 6038b2d

Browse files
author
Scott Mattan
committed
fixed formatting issues and added page to mkdocs.yml
1 parent 0a74112 commit 6038b2d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/guide/cognito/setup.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ This document describes how to install ALB Ingress Controller with AWS Cognito i
55
## Assumptions
66

77
The following assumptions are observed regarding this procedure.
8+
89
* 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/).
910

1011
## Cognitio Configuration
1112

1213
Configure Cognito for use with ALB Ingress Controller using the following links with specified caveats.
14+
1315
* [Create Cognito user pool](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-as-user-directory.html)
1416
* [Configure application integration](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-configuring-app-integration.html)
1517
* 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
1820
## ALB Ingress Controller Setup
1921

2022
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+
2124
* When setting up IAM Role Permissions, add the `cognito-idp:DescribeUserPoolClient` permission to the example policy.
2225

2326
## Deploying an Ingress

mkdocs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ nav:
1818
Setup: 'guide/external-dns/setup.md'
1919
- Tasks:
2020
SSL Redirect: 'guide/tasks/ssl_redirect.md'
21+
- Cognito:
22+
Cognito Integration: 'guide/cognito/setup.md'
2123
- Walkthrough:
2224
- Echo server: 'guide/walkthrough/echoserver.md'
2325
- About:
@@ -42,4 +44,4 @@ markdown_extensions:
4244
custom_checkbox: true
4345
- pymdownx.superfences
4446
- toc:
45-
permalink: true
47+
permalink: true

0 commit comments

Comments
 (0)