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:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- 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
|
- MY_DISCOVERY_DOMAIN
|
||||||
secretName: oidc-secret
|
secretName: oidc-secret
|
||||||
rules:
|
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
|
- host: MY_DISCOVERY_DOMAIN
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
data:
|
data:
|
||||||
oidc-discovery-provider.conf: |
|
oidc-discovery-provider.conf: |
|
||||||
log_level = "INFO"
|
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"
|
domain = "MY_DISCOVERY_DOMAIN"
|
||||||
acme {
|
acme {
|
||||||
directory_url = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
directory_url = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ data:
|
||||||
ca_key_type = "rsa-2048"
|
ca_key_type = "rsa-2048"
|
||||||
|
|
||||||
# Creates the iss claim in JWT-SVIDs.
|
# 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"
|
jwt_issuer = "https://MY_DISCOVERY_DOMAIN"
|
||||||
|
|
||||||
upstream_bundle = true
|
upstream_bundle = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue