Skip to content

Commit

Permalink
Add note that Okta secrets should be deployed in the same namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceMacD authored Aug 13, 2021
1 parent 053868c commit 1a3551b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sources:
![okta_api_token](https://user-images.githubusercontent.com/5853428/124652864-787b5d00-de51-11eb-81d8-e503babfdbca.png)

### Add Okta secrets to the Infra registry deployment
The Okta client secret and API token are sensitive information which cannot be stored in the Infra configuration file. In order for Infra to access these secret values they must be stored in Kubernetes Secret objects.
The Okta client secret and API token are sensitive information which cannot be stored in the Infra configuration file. In order for Infra to access these secret values they must be stored in Kubernetes Secret objects **in the same namespace that the Infra registry is deployed in**.

Create [Kubernetes Secret objects](https://kubernetes.io/docs/tasks/configmap-secret/) to store the Okta client secret and API token (noted in steps 4 and 5 of `Create an Okta App` respectively). You can name these Secrets as you desire, these names will be specified in the Infra configuration.

Expand Down

0 comments on commit 1a3551b

Please sign in to comment.