Skip to content

Auth - Secret Name #261

Answered by xopham
bally-singh asked this question in Q&A
Aug 12, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @bally-singh 👋 what you are doing looks correct to me on first sight. The secret_name must be indented however:

#cert: | # in case the trust data host is using a selfsigned certificate
# -----BEGIN CERTIFICATE-----
# ...
# -----END CERTIFICATE-----
auth: # credentials in case the trust data requires authentication
# # either (preferred solution)
  secret_name: connaisseursecret # reference a k8s secret in the form required by the validator type (check the docs)
# # or (only for notaryv1 validator)
# username: myuser
# password: mypass

In case, that is only a copy-paste issue, my second best guess would be that you might have created the secret in another namespace other than the conna…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bally-singh
Comment options

Answer selected by bally-singh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants