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
Further checking in 1.3.1 release note there is bug fix happened for match valid injectable secret names 320. I am suspecting this is causing this issue. From the below screen shot the updated regex is not picking the certificate-inject@azurekeyvault?tls.key
With below regex its matching dot also
^([a-z-\d]*)@azurekeyvault([\?]?[a-z-\d\.]*)$
I am not regex expert :) . kindly check and fix the regex if needed. Thank you!
The text was updated successfully, but these errors were encountered:
Team,
We recently upgraded the akv2k8s from 1.3.0 to 1.3.1. After the upgrade Inject Certificate into application container not working
Reference:- https://akv2k8s.io/tutorials/env-injection/2-certificate/
Further checking in 1.3.1 release note there is bug fix happened for match valid injectable secret names 320. I am suspecting this is causing this issue. From the below screen shot the updated regex is not picking the certificate-inject@azurekeyvault?tls.key
With below regex its matching dot also
^([a-z-\d]*)@azurekeyvault([\?]?[a-z-\d\.]*)$
I am not regex expert :) . kindly check and fix the regex if needed. Thank you!
The text was updated successfully, but these errors were encountered: