-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a subcommand to create a notation secret #4692
Comments
Happy to pick this up, if you haven't ready started on it, @souleb |
hello @JasonTheDeveloper what is your plan for this issue? |
Hey @souleb, I've made some progress on this. Just have to write unit tests to cover the changes introduced before creating the PR. You can see what I've done in feat/4692. Basically, in short, I've introduced a new I've added validations to check the trust policy is a valid notation policy as well as checking the certs passed end in Because Notation can handle multiple certs in one secret, I had to update I didn't have time today to add those unit tests but I aim to do that tomorrow before creating the PR. |
Awesome. Thank you! |
I have updated our docs, but it depends on this feature. See: fluxcd/website#1911. It would be nice if you could review it too. |
Implemented in #4735 |
Update the Flux CLI subcommand
flux create secret
to generate asecret
containingnotation
configuration that can be used to verify a source.This is a follow-up to fluxcd/source-controller#1075.
The text was updated successfully, but these errors were encountered: