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

Test releases #151

Merged
merged 7 commits into from
Apr 21, 2023
Merged

Test releases #151

merged 7 commits into from
Apr 21, 2023

Commits on Apr 17, 2023

  1. chore: Update goreleaser to use an include with our base config (#142)

    Signed-off-by: GitHub <noreply@github.com>
    nicolerenee committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    0550627 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. add oidc discovery endpoint (#138)

    * add oidc discovery endpoint
    
    Adds /.well-known/openid-configuration endpoint.
    
    Issuer is provided from the config.OIDC.Issuer field.
    
    The remaining fields are generated from the http request.
    
    Signed-off-by: Mike Mason <mimason@equinix.com>
    
    * cleanup buildURL function and add tests
    
    Signed-off-by: Mike Mason <mimason@equinix.com>
    
    ---------
    
    Signed-off-by: Mike Mason <mimason@equinix.com>
    mikemrm committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e73b42e View commit details
    Browse the repository at this point in the history
  2. swap gin for echo (#144)

    Signed-off-by: Mike Mason <mimason@equinix.com>
    mikemrm committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e950893 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. fix(deps): update module github.com/getkin/kin-openapi to v0.116.0 (#145

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    4599d0d View commit details
    Browse the repository at this point in the history
  2. use existing jwks information instead of fetching from self (#146)

    Corrects an issue an issue of depending on jwks endpoint which isn't
    available yet as the service hasn't been started.
    
    Instead we should've used the jwt signing details already known.
    
    Signed-off-by: Mike Mason <mimason@equinix.com>
    mikemrm committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e854110 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. oidc use issuer as base instead of current request (#147)

    Use the issuer as the base url instead of generating a relative url
    based on the current request to ensure the url is rendered properly.
    
    Signed-off-by: Mike Mason <mimason@equinix.com>
    mikemrm committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b2f19d5 View commit details
    Browse the repository at this point in the history
  2. just override args instead of command

    Signed-off-by: Mike Mason <mimason@equinix.com>
    mikemrm authored and JAORMX committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    4275511 View commit details
    Browse the repository at this point in the history