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
| memphis.secretConfig.name |**\*Optional\*** <br>Name of the secret | "memphis-creds" | "memphis-creds" |
103
-
| memphis.secretConfig.existingSecret |**\*Optional\*** <br>Is this secret an existing secret | "false" | "false" |
104
-
| memphis.secretConfig.rootPwd_key |**\*Optional\*** <br>Name of the key in secret | "ROOT_PASSWORD" | "rootPwd" |
105
-
| memphis.secretConfig.connectionToken_key |**\*Optional\*** <br>Name of the key in secret | "CONNECTION_TOKEN" | "connectionToken" |
106
-
| memphis.secretConfig.jwtSecret_key |**\*Optional\*** <br>Name of the key in secret | "JWT_SECRET" | "jwtSecret" |
107
-
| memphis.secretConfig.refreshJwtSecret_key |**\*Optional\*** <br>Name of the key in secret | "REFRESH_JWT_SECRET" | "refreshJwtSecret" |
108
-
| memphis.secretConfig.encryptionSecretKey_key |**\*Optional\*** <br>Name of the key in secret | "ENCRYPTION_SECRET_KEY" | "encryptionSecretKey" |
109
-
| memphis.secretConfig.refreshJwtSecretRestGW_key |**\*Optional\*** <br>Name of the key in secret | "REFRESH_JWT_SECRET_REST_GW" | "refreshJwtSecretRestGW" |
110
-
| memphis.secretConfig.jwtSecretRestGW_key |**\*Optional\*** <br>Name of the key in secret | "JWT_SECRET_REST_GW" | "jwtSecretRestGW" |
103
+
| memphis.creds.secretConfig.name |**\*Optional\*** <br>Name of the secret | "memphis-creds" | "memphis-creds" |
104
+
| memphis.creds.secretConfig.existingSecret |**\*Optional\*** <br>Is this secret an existing secret | "false" | "false" |
105
+
| memphis.creds.secretConfig.rootPwd_key |**\*Optional\*** <br>Name of the key in secret | "ROOT_PASSWORD" | "rootPwd" |
106
+
| memphis.creds.secretConfig.connectionToken_key |**\*Optional\*** <br>Name of the key in secret | "CONNECTION_TOKEN" | "connectionToken" |
107
+
| memphis.creds.secretConfig.jwtSecret_key |**\*Optional\*** <br>Name of the key in secret | "JWT_SECRET" | "jwtSecret" |
108
+
| memphis.creds.secretConfig.refreshJwtSecret_key |**\*Optional\*** <br>Name of the key in secret | "REFRESH_JWT_SECRET" | "refreshJwtSecret" |
109
+
| memphis.creds.secretConfig.encryptionSecretKey_key |**\*Optional\*** <br>Name of the key in secret | "ENCRYPTION_SECRET_KEY" | "encryptionSecretKey" |
110
+
| memphis.creds.secretConfig.refreshJwtSecretRestGW_key |**\*Optional\*** <br>Name of the key in secret | "REFRESH_JWT_SECRET_REST_GW" | "refreshJwtSecretRestGW" |
111
+
| memphis.creds.secretConfig.jwtSecretRestGW_key |**\*Optional\*** <br>Name of the key in secret | "JWT_SECRET_REST_GW" | "jwtSecretRestGW" |
111
112
| memphis.extraEnvironmentVars.enabled |**\*Optional\*** <br>List of additional environment variables for memphis. | "" | vars: <br>\- name: KEY <br>\- valye: value |
112
113
| memphis.tls.verify |**\*Optional\*** <br>For encrypted client-memphis communication. Verification for the CA autority. SSL. | "" |`"true"`|
113
114
| memphis.tls.secret.name |**\*Optional\*** <br>For encrypted client-memphis communication. <br>K8S secret name that holds the certs. SSL. | "" |`"memphis-client-tls-secret"`|
0 commit comments