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

parser: Handle custom roles #119

Merged
merged 1 commit into from
Feb 2, 2024
Merged

parser: Handle custom roles #119

merged 1 commit into from
Feb 2, 2024

Conversation

jku
Copy link
Member

@jku jku commented Feb 2, 2024

Parser appends results from each unmarshalled yaml separately for each toplevel yaml field: This was missing for customRoles in my earlier PR #117 .

  • Append unmarshalled customRoles to config
  • Also make the toplevel name uniformly "customRoles": no need to use two different names

This should fix the failure in sigstore/community#395 (although I will have to change the field name there as well).

Parser appends results from each yaml unmarshall separately for each
toplevel yaml field: This was missing for customRoles.

* Append unmarshalled customRoles to config
* Also make the toplevel name uniformly "customRoles": no need to use
  two different names

Signed-off-by: Jussi Kukkonen <[email protected]>
@jku
Copy link
Member Author

jku commented Feb 2, 2024

CC @cpanato if you want to have a look

@cpanato cpanato merged commit a31032e into sigstore:main Feb 2, 2024
3 checks passed
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.

2 participants