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

Move domain validation checks for URI/Username to service startup #590

Merged
merged 2 commits into from
May 18, 2022

Commits on May 17, 2022

  1. Move domain validation checks for URI/Username to service startup

    These checks were done once per request. These instead can be static
    checks done on service startup. This enforces that the Username and URI
    configs appropriately set the SubjectDomain and IssuerUrl fields, with
    no scheme just for the SubjectDomain field for Username.
    
    Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
    haydentherapper committed May 17, 2022
    Configuration menu
    Copy the full SHA
    96e8769 View commit details
    Browse the repository at this point in the history
  2. Fix linter

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