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

Support all Fulcio Cert Extensions #168

Closed
jkjell opened this issue Feb 20, 2024 · 1 comment · Fixed by #174
Closed

Support all Fulcio Cert Extensions #168

jkjell opened this issue Feb 20, 2024 · 1 comment · Fixed by #174
Assignees

Comments

@jkjell
Copy link
Member

jkjell commented Feb 20, 2024

Fulcio has a publicly export API now for all of the x509 cert extensions. We should support these as constraints for functionaries and policy signatories.

https://github.com/sigstore/fulcio/blob/main/pkg/certificate/extensions.go

@jkjell
Copy link
Member Author

jkjell commented Feb 20, 2024

It's important to note that the support we have for SPIFFE/SPIRE that should not break when adding these new extensions. The current set of constraints were put in place for that: https://github.com/in-toto/go-witness/blob/main/policy/constraints.go#L29. Additionally, the requirements for the extensions are listed here.

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 a pull request may close this issue.

1 participant