change the verb tense on the DNS instructions
Signed-off-by: Marcos Yacob <marcos@scytale.io>
This commit is contained in:
parent
a3e26b6905
commit
358f7d765e
|
|
@ -6,11 +6,11 @@ metadata:
|
|||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
# TODO: Replace MY_DISCOVERY_DOMAIN with the FQDN of the Discovery Provider that you configured in DNS
|
||||
# TODO: Replace MY_DISCOVERY_DOMAIN with the FQDN of the Discovery Provider that you will configure in DNS
|
||||
- MY_DISCOVERY_DOMAIN
|
||||
secretName: oidc-secret
|
||||
rules:
|
||||
# TODO: Replace MY_DISCOVERY_DOMAIN with the FQDN of the Discovery Provider that you configured in DNS
|
||||
# TODO: Replace MY_DISCOVERY_DOMAIN with the FQDN of the Discovery Provider that you will configure in DNS
|
||||
- host: MY_DISCOVERY_DOMAIN
|
||||
http:
|
||||
paths:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
data:
|
||||
oidc-discovery-provider.conf: |
|
||||
log_level = "INFO"
|
||||
# NOTE: Replace MY_DISCOVERY_DOMAIN with the OIDC Discovery Provider FQDN
|
||||
# TODO: Replace MY_DISCOVERY_DOMAIN with the FQDN of the Discovery Provider that you will configure in DNS
|
||||
domain = "MY_DISCOVERY_DOMAIN"
|
||||
acme {
|
||||
directory_url = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ data:
|
|||
ca_key_type = "rsa-2048"
|
||||
|
||||
# Creates the iss claim in JWT-SVIDs.
|
||||
# TODO: Replace MY_DISCOVERY_DOMAIN with the FQDN of the Discovery Provider that you configured in DNS
|
||||
# TODO: Replace MY_DISCOVERY_DOMAIN with the FQDN of the Discovery Provider that you will configure in DNS
|
||||
jwt_issuer = "https://MY_DISCOVERY_DOMAIN"
|
||||
|
||||
upstream_bundle = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue