Skip to content

Allow user to provide their own hqproperties secret#86

Merged
nmorenor merged 2 commits intodevfrom
allow-hqproperties-secret
Feb 10, 2025
Merged

Allow user to provide their own hqproperties secret#86
nmorenor merged 2 commits intodevfrom
allow-hqproperties-secret

Conversation

@patrick-codetogether
Copy link
Contributor

@patrick-codetogether patrick-codetogether commented Feb 7, 2025

Summary: allow users to provide their own hqproperties secret for improved security over sensitive information.

New values introduced:

hqpropertiessecret.enabled, a boolean as to whether an external secret should be referenced
hqpropertiessecret.ref: the name of a kubernetes string in the same namespace that contains the values for hqproperties

Detailed explanation

because hqproperties contains sensitive information, users may wish to provide their own hqproperties secret.
this secret will need to exist in the same namespace as the intel deployment.
it must contain a key cthq.properties that contains a base64 encoded value that contains all the required keys mentioned in the values file

…essecret.enabled value to toggle whether the secret is read
@nmorenor nmorenor merged commit d9dace6 into dev Feb 10, 2025
1 check passed
patrick-codetogether added a commit that referenced this pull request Feb 12, 2025
* 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>
nmorenor added a commit that referenced this pull request Feb 20, 2025
* 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

* fix intel secret provisioning (#91)

---------

Co-authored-by: Ignacio Moreno <nmorenor@gmail.com>
Co-authored-by: Ignacio Moreno <ignacio@codetogether.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants