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

View File

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

View File

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