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
Deployed sdk helm chart with 2 overrides:
bitwarden-sdk-server.enabled: true
certController.serviceAccount.name: external-secrets
Other than that, everything else is default settings.
the sdk pod failes to deploy with this error: MountVolume.SetUp failed for volume "bitwarden-tls-certs" : references non-existent secret key: ca.crt
Screenshots or Videos
No response
Additional Context
Additional context
Deploying the bitwarden-sdk server as required for ESO causes a problem where its looking for a ca.crt file along with the other tls files, but only the tls.cert and tls.key are created so there's no ca.crt file to access:
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
To Reproduce
Steps to reproduce the behavior:
bitwarden-sdk-server.enabled: true
certController.serviceAccount.name: external-secrets
Other than that, everything else is default settings.
-ghcr.io/external-secrets/bitwarden-sdk-server:v0.3.1
-oci.external-secrets.io/external-secrets/external-secrets:v0.10.4
Expected Result
sdk pod deployement
Actual Result
the sdk pod failes to deploy with this error: MountVolume.SetUp failed for volume "bitwarden-tls-certs" : references non-existent secret key: ca.crt
Screenshots or Videos
No response
Additional Context
Additional context
Deploying the bitwarden-sdk server as required for ESO causes a problem where its looking for a ca.crt file along with the other tls files, but only the tls.cert and tls.key are created so there's no ca.crt file to access:
Operating System
Linux
Operating System Version
Ubuntu 22.04 LTS
Build Version
v0.3.1
Issue Tracking Info
The text was updated successfully, but these errors were encountered: