Systems Manager: Parameter Store credentials
/Deserted-Chateau/Credentials/BunnyAccountCredentials
{"api_key": "<bunny API key>"}
/Deserted-Chateau/Credentials/BunnyCDNCredentials
{ "cdn_security_key": "<bunny CDN security key>" }
/Deserted-Chateau/Credentials/BunnyStreamCredentials
{ "api_key": "<bunny stream API key>", "webhook_query_string": "<query string at the end of the Bunny webhook>" }
/Deserted-Chateau/Credentials/ComprehendCredentials
{ "access_key": "<IAM user access key>", "secret_key": "<IAM user secret key>", "region": "<API region>", "version": "<API version, or latest>" }
/Deserted-Chateau/Credentials/DatabaseCredentials
{
"server_name": "<server endpoint address>",
"database": "deserted_chateau",
"username": "<username, usually admin>",
"password": "<database password>",
"port": 3306
}
/Deserted-Chateau/Credentials/LambdaAdminCredentials
{"access_key":"<IAM user access key>","secret_key":"<IAM user secret key>"}
/Deserted-Chateau/Credentials/RedisCredentials
{
"redis_primary_endpoint": "<primary endpoint address>",
"redis_read_endpoint": "<read endpoint address, or same as primary endpoint address>",
"redis_port": 6379,
"redis_password": "<redis password>"
}
/Deserted-Chateau/Credentials/S3Credentials
{
"access_key": "<IAM user access key>",
"secret_key": "<IAM user secret key>"
}
/Deserted-Chateau/Credentials/SESCredentials
{
"smtp_username": "<IAM user access key - note this is for the SMTP user created by SES>",
"smtp_password": "<IAM user secret key - note this is for the SMTP user created by SES>",
"iam_access_key": "<IAM user access key - for accessing the SES API via code>",
"iam_secret_key": "<IAM user secret key - for accessing the SES API via code>"
}
/Deserted-Chateau/Credentials/SSMCredentials
{
"access_key": "<IAM user access key>",
"secret_key": "<IAM user secret key>"
}
/Deserted-Chateau/Credentials/StripeCredentials
{
"webhook_endpoint_secret": "<webhook endpoint secret for Stripe webook authentication>",
"api_secret_key": "<API secret key for Stripe API authentication>",
"subscription_monthly_price_id": "<Stripe Price ID for monthly subscription>",
"subscription_yearly_price_id": "<Stripe Price ID for yearly subscription>"
}
/Deserted-Chateau/Credentials/TurnstileCredentials
{
"secret_key": "<Cloudflare Turnstile secret key>"
}
/Deserted-Chateau/EmailConfiguration/AssetUrls
{
"font_assets_url": "https://<external assets CDN>.desertedchateau.com/emailassets/css/fonts2.css",
"logo_asset_url": "https://<external assets CDN>.desertedchateau.com/emailassets/DCLogoText800.jpg"
}