Forum Discussion
lbersano
2 months agoNew Contributor
We also have this problem with our secrets injector (same version as OP), any help?
- nishafvetted2 months agoNew Contributor
There isn't a perfect solution but I found a flag to disable this called `OP_RUN_NO_MASKING`. It disables the 1password injector from masking any secret (Although they are not secrets and 1password is assuming that those are secrets).
More info on this is available https://github.com/1Password/kubernetes-secrets-injector/issues/59#issuecomment-2747838021
- lbersano2 months agoNew Contributor
Thank you Nishaf, your solution worked perfectly!