@@ -218,7 +218,6 @@ From global values:
218218
219219- Database connection (host, port, credentials from ` global.postgresql.* ` and ` global.secrets.database ` )
220220- Auth provider configuration (from ` global.secrets.auth.provider ` )
221- - Encryption keys (from ` global.secrets.encryption ` )
222221- Storage credentials (from ` global.secrets.storage.* ` )
223222- Auth service credentials for worker authentication (from ` global.secrets.authService ` )
224223- Environment type (from ` global.environmentType ` )
@@ -246,7 +245,6 @@ When deployed via the umbrella chart, these global values are automatically used
246245| global.postgresql.database | string | PostgreSQL database name |
247246| global.postgresql.username | string | PostgreSQL username |
248247| global.secrets.database.secretName | string | Name of database credentials secret |
249- | global.secrets.encryption.secretName | string | Name of encryption key secret |
250248| global.secrets.auth.provider | string | Auth provider (auth0, entra, or keycloak) |
251249| global.secrets.auth.auth0.secretName | string | Auth0 credentials secret name |
252250| global.secrets.auth.entra.secretName | string | Entra ID credentials secret name |
@@ -374,12 +372,6 @@ When deployed via the umbrella chart, these global values are automatically used
374372
375373All secret references support global fallbacks when deployed via umbrella chart.
376374
377- #### Encryption Secret
378-
379- | Key | Type | Description |
380- | ----------------------- | ------ | ----------------------------------------------------------------------- |
381- | secrets.encryption.name | string | Secret name (auto-configured from global.secrets.encryption.secretName) |
382-
383375#### Auth0 Secret (only used when auth provider is Auth0)
384376
385377| Key | Type | Description |
@@ -437,7 +429,6 @@ All config values support global fallbacks when deployed via umbrella chart.
437429| config.logLevel | string | ` "info" ` | Logging level (debug/info/warn/error) |
438430| config.logFormat | string | ` "json" ` | Log output format (json/text/console/pretty) |
439431| config.skipPaths | string | ` "/health" ` | Paths to skip in logs (prefix match) |
440- | config.credentialEncryptionKey | string | ` "" ` | Encryption key (auto-configured from global.secrets.encryption) |
441432
442433#### HTTP Server Configuration
443434
0 commit comments