Anchor Platform Helm Chart Release 0.3.92
- make app_config.integration-auth.authType in the config map configurable
- can be set in the values file via
app_config.app.authType
(example below) - (defaults to JWT_TOKEN if no value is specified in the values file)
- can be set in the values file via
stellar:
app_config:
app:
authType: API_KEY
What's Changed
New Contributors
Full Changelog: 0.3.91...0.3.92