Skip to content

Commit 8cf4353

Browse files
committed
remove DNS config values from example toml file (see PR #12)
1 parent 9890d21 commit 8cf4353

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

idp-cli-example.toml

-20
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,3 @@ domain-name = "example.net"
3030

3131
# "cloudflare-token" is required and must have edit permission on the domain name specified in "domain-name"
3232
cloudflare-token = ""
33-
34-
# The following are the values to set DNS CNAME records. If any DNS value is omitted, the "multiregion dns" command
35-
# will skip that record update.
36-
37-
# "mfa-api" is the TOTP API, also known as serverless-mfa-api.
38-
mfa-api-value = "abcde01234.execute-api.us-west-2.amazonaws.com"
39-
40-
# "twosv-api" is the Webauthn API, also known as serverless-mfa-api-go.
41-
twosv-api-value = "abcde12345.execute-api.us-west-2.amazonaws.com"
42-
43-
# "support-bot" is the idp-support-bot API that is configured in the Slack API dashboard.
44-
support-bot-value = "abcde23456.execute-api.us-west-2.amazonaws.com"
45-
46-
# These are the DNS values for each of the ECS services. If omitted, the value will be read from the
47-
# Terraform Cloud "010-cluster" workspace output.
48-
email-service-value = "internal-alb-idp-myidp-prod-int-123456789.us-west-2.elb.amazonaws.com"
49-
id-broker-value = "internal-alb-idp-myidp-prod-int-123456789.us-west-2.elb.amazonaws.com"
50-
pw-api-value = "alb-idp-myidp-prod-987654321-us-west-2.elb.amazonaws.com"
51-
ssp-value = "alb-idp-myidp-prod-987654321-us-west-2.elb.amazonaws.com"
52-
id-sync-value = "alb-idp-myidp-prod-987654321-us-west-2.elb.amazonaws.com"

0 commit comments

Comments
 (0)