Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPK Deployment / Custom Domain Issue #27

Closed
bzekanovic opened this issue Jan 4, 2022 · 1 comment
Closed

NPK Deployment / Custom Domain Issue #27

bzekanovic opened this issue Jan 4, 2022 · 1 comment

Comments

@bzekanovic
Copy link

I'm deploying NPK with custom domain and npk-settings.json configs are ignored and NPK is deployed with default Cloudfront domain. Let me know if there is anything below that could could cause issue and I am on latest release of NPK.

{
"backend_bucket": "npk-terraform-quickdeploy-",
"campaign_data_ttl": 604800,
"georestrictions": ["US", "CA", "GB"],
"campaign_max_price": 50,
"useCustomDNS": true,
"route53Zone": "",
"dnsNames": {
"www": [
""
],
"api": [
""
]
},
"awsProfile": "default",
"criticalEventsSMS": "",
"adminEmail": "",
"useSAML": true,
"sAMLMetadataFile": "/npk/NPK.xml"
}

@c6fc
Copy link
Owner

c6fc commented Sep 2, 2022

How did you resolve this? I am getting an error when trying to configure these options.

[!] Invalid setting key [useCustomDNS] in npk-settings.json
[!] Invalid setting key [dnsNames] in npk-settings.json

Please don't necro old issues. These settings are long deprecated. If you need help, create a new issue or ask on Discord.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants