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
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.
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 thiscase, 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 ofmanagePasswordEncryption: 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.
The text was updated successfully, but these errors were encountered: