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
* Change collab helm chart to use private registry image
* Changes for docker compose. (#85)
* Rename hq to intel
* Allow user to provide their own hqproperties secret (#86)
* allow users to provide their own hqproperties secret for improved security over sensitive information
* PR feedback. cleaner value structure and using an explicit hqpropertiessecret.enabled value to toggle whether the secret is read
---------
Co-authored-by: Ignacio Moreno <nmorenor@gmail.com>
Co-authored-by: Ignacio Moreno <ignacio@codetogether.com>
|`codetogether.url`| Full URL for the CodeTogether Intel server |`https://<server-fqdn>`|
34
+
|`hqpropertiessecret.enabled`| (Optional) If true, the value in hqpropertiessecret.ref will be used in place of the hqproperties values |`false`|
35
+
|`hqpropertiessecret.ref`| (Optional) Name of a Kubernetes secret containing the hqproperties secret. If provided, will override the other values in the hqproperties section |`kubernetes-secret-name`|
34
36
|`hqproperties.hq.sso.client.id`| Client ID for Single Sign-On (SSO) |`CLIENTID.apps.googleusercontent.com`|
35
37
|`hqproperties.hq.sso.client.secret`| Client Secret for Single Sign-On (SSO) |`CLIENTSECRET`|
36
38
|`hqproperties.hq.sso.client.issuer.url`| Issuer URL for Single Sign-On (SSO) |`https://accounts.google.com`|
@@ -51,7 +53,6 @@ The following table lists configurable parameters of the CodeTogether Intel char
51
53
|`java.customCacerts.enabled`| Enables mounting a custom Java trust store (cacerts) |`false`|
52
54
|`java.customCacerts.cacertsSecretName`| Name of the Kubernetes secret containing the `cacerts` file |`custom-java-cacerts`|
53
55
|`java.customCacerts.trustStorePasswordKey`| (Optional) Key inside the Kubernetes secret containing the trust store password |`trustStorePassword`|
54
-
|`cassandra.passwordSecret`| (Optional) Name of a Kubernetes secret containing the Cassandra database password. ||
0 commit comments