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
Check the value of the bitwarden-identity-cert-password secret
Expected Result
Setting globalSettings__identityServer__certificatePassword in the "custom-secret" can be used to set the value for the deployment. Or if no value is provided a unique password will be generated, so that all installs do not end up using the same value.
Actual Result
The value is rendered into the job that makes the identity certificate without checking the custom secret that is already in the cluster. Leading to the value always being "map[]"
apiVersion: v2appVersion: 2024.2.2description: A Helm chart for deploying a Bitwarden instance on Kuberneteshome: https://github.com/bitwarden/helm-charts/tree/main/charts/self-hosticon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/icon-square.svgmaintainers:
- name: dept-devopsname: self-hosttype: applicationversion: 2024.2.2
Issue Tracking Info
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
Steps To Reproduce
Start fresh with no secrets or anything in the bitwarden namespace.
create a "custom-secret" and set
globalSettings__identityServer__certificatePassword
install Bitwarden with helm.
Check the value of the
bitwarden-identity-cert-password
secretExpected Result
Setting
globalSettings__identityServer__certificatePassword
in the "custom-secret" can be used to set the value for the deployment. Or if no value is provided a unique password will be generated, so that all installs do not end up using the same value.Actual Result
The value is rendered into the job that makes the identity certificate without checking the custom secret that is already in the cluster. Leading to the value always being
"map[]"
Screenshots or Videos
No response
Additional Context
No response
Chart Version
self-host-2024.2.2
Environment Details
Issue Tracking Info
The text was updated successfully, but these errors were encountered: