Add Athena configuration and secrets to inventory and templates
- Updated vault.yml.example to include Athena secrets: secret key, DB password, OAuth client ID, and client secret. - Modified puck.incus.yml to add Athena service and configuration details, including user, group, directory, port, and domain. - Updated titania.incus.yml to change OAuth client ID and secret variable names for consistency with Athena. - Added Athena configuration to mcpo config template, including URL and authorization headers.
This commit is contained in:
@@ -87,6 +87,12 @@ vault_angelia_mcp_auth: changeme
|
||||
vault_athena_mcp_auth: changeme
|
||||
vault_kairos_mcp_auth: changeme
|
||||
|
||||
# Athena
|
||||
vault_athena_secret_key: changeme
|
||||
vault_athena_db_password: changeme
|
||||
vault_athena_oauth_client_id: changeme
|
||||
vault_athena_oauth_client_secret: changeme
|
||||
|
||||
# Arke NTTh API Tokens
|
||||
vault_ntth_token_1_app_secret: changeme
|
||||
vault_ntth_token_2_app_secret: changeme
|
||||
|
||||
Reference in New Issue
Block a user