Skip to content
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

Fix #1592 move authorities as siblings of images. #1593

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

vaikas
Copy link
Contributor

@vaikas vaikas commented Mar 11, 2022

Signed-off-by: Ville Aikas vaikas@chainguard.dev

Summary

There was an oops with the original implementation of the API shape. The original intent
as per design doc was that images/authorities were siblings but in the impl authorities were
nested within images. This PR fixes that and aligns the implementation with the design doc.

Ticket Link

Fixes #1592

Release Note


Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
@dlorenc dlorenc merged commit 0d7bace into sigstore:main Mar 11, 2022
@github-actions github-actions bot added this to the v1.7.0 milestone Mar 11, 2022
@cpanato
Copy link
Member

cpanato commented Mar 11, 2022

you were too fast @dlorenc i was looking at it

@vaikas vaikas deleted the issue-1592 branch March 11, 2022 10:29
@hectorj2f
Copy link
Contributor

Thanks @vaikas. Good catch!

mlieberman85 pushed a commit to mlieberman85/cosign that referenced this pull request May 6, 2022
)

Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Oops. There's an extra level of indentation for authorities in ClusterImagePolicy
4 participants