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

Validate SPIFFE IDs and trust domains via library #592

Merged
merged 2 commits into from
May 17, 2022

Commits on May 17, 2022

  1. Validate SPIFFE IDs and trust domains via library

    This adds extra enforcement that trust domains are valid on startup, and
    validates that SPIFFE IDs in tokens are also of a valid format.
    Comparison is now done via the library too.
    
    Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
    haydentherapper committed May 17, 2022
    Configuration menu
    Copy the full SHA
    2459b80 View commit details
    Browse the repository at this point in the history
  2. Add support for generating OIDC config with trust domain

    Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
    haydentherapper committed May 17, 2022
    Configuration menu
    Copy the full SHA
    a6d824e View commit details
    Browse the repository at this point in the history