Unauthorized error with registry even after configuring secret for cosign validator #667
-
Hi I created the secret using k apply -f secret.yaml, the secret is configured in validator using this
Version used - installed using helm operator
I'm not able to exec into the container using below command but was able to get the above logs from below container
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Sorry, found the issue. The auth.secrets is a property under validators, but indent was incorrect and it was under trusted_roots. It works with that fix. It would be useful to point to the validator py file that we can run the yaml through for static validations and if that can catch these errors
|
Beta Was this translation helpful? Give feedback.
Sorry, found the issue. The auth.secrets is a property under validators, but indent was incorrect and it was under trusted_roots. It works with that fix. It would be useful to point to the validator py file that we can run the yaml through for static validations and if that can catch these errors