change the verb tense on the DNS instructions

Signed-off-by: Marcos Yacob <marcos@scytale.io>
This commit is contained in:
Marcos Yacob 2020-03-24 17:13:37 -03:00
parent a3e26b6905
commit 358f7d765e
3 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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"

View File

@ -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