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

Kitkaton Storefront #253

Merged
merged 3 commits into from
Jul 19, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions kitkaton.com.storefront.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"providerId":"kitkaton.com",
Copy link
Member

@pawel-kow pawel-kow Jul 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add "hostRequired": true a obviously CNAME is not allowed on the APEX. This is why travis schema check failed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

"providerName":"Kitkaton",
"serviceId":"storefront",
"serviceName":"Kitkaton Storefront",
"version": 1,
"logoUrl":"https://i.ibb.co/ngJWr5Y/kitkaton.png",
"description":"Enables a custom store domain to work with Kitkaton Storefront",
"syncRedirectDomain": "kitkaton.com,kitkaton-admin.com,kitkaton.dev",
"syncPubKeyDomain": "kitkaton.com",
"variableDescription":"vfyhost is the verification hostname, vfyv is the amplify verification value to point to and hostnamev is the amplify value to point to",
"records":[
{
"type":"CNAME",
"host":"%vfyhost%",
"pointsTo":"%vfyv%.acm-validations.aws.",
"ttl":3600
},
{
"type":"CNAME",
"host":"@",
"pointsTo":"%hostnamev%.cloudfront.net",
"ttl":3600
}
]
}