Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVT: Create a message if managePasswordEncryption is enabled but secret does not exist #681

Open
mtamboli opened this issue Sep 16, 2024 · 0 comments

Comments

@mtamboli
Copy link

I am testing new custom encryption feature in WLO/OLO.

I enabled the managePasswordEncryption: true without realizing that I need to create secret first for the custom AES key. In this
case, no action happens but there is not error/warning either in the CR. This defect is to request that a message is added to the CR if the wlp-password-encryption-key does not exist in case of managePasswordEncryption: true in CR.

So I remembered that I had to create the secret for the key and the appropriate secrets were created to use custom encryption.

apiVersion: v1
kind: Secret
metadata:
  name: wlp-password-encryption-key
type: Opaque
stringData:
  passwordEncryptionKey: olomstkey
@mtamboli mtamboli added svt bug Something isn't working labels Sep 16, 2024
@leochr leochr added serviceability and removed bug Something isn't working labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants