You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| global.convoy.jwt_secret_name | string |`""`|If this secret parameter is not empty, JWT secret values will be ignored. The secrets should be in the 'jwt_secret' and 'jwt_refresh_secret' keys |
141
+
| global.convoy.jwt_secret_name | string |`""`|Existing Kubernetes Secret name for JWT secrets. Recommended for production. When set, JWT secret values are ignored; the secret must contain 'jwt_secret' and 'jwt_refresh_secret' keys.|
| global.convoy.license_key_secret_name | string |`""`| If this secret parameter is not empty, the inline license key value will be ignored. The license key should be present in the 'license_key' key of the specified secret. |
141
144
| global.convoy.log_level | string |`"error"`| Logger Level for all convoy components |
0 commit comments