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

Add OIDC access token validation #107

Merged
merged 27 commits into from
Dec 9, 2021
Merged

Commits on Dec 3, 2021

  1. Add gin middleware for verifying OIDC access tokens

    Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    7266a19 View commit details
    Browse the repository at this point in the history
  2. Add compensation for keyrotation

    Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    7220f40 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    7a2088f View commit details
    Browse the repository at this point in the history
  4. Invert condition tokenBearer

    Co-authored-by: Alexamakans <79503481+Alexamakans@users.noreply.github.com>
    2 people authored and Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    96dabb9 View commit details
    Browse the repository at this point in the history
  5. Remove newline

    Co-authored-by: kalle (jag) <kalle.jillheden@iver.se>
    2 people authored and Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    f71e552 View commit details
    Browse the repository at this point in the history
  6. Rename rsakey -> rsaKey

    Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    84ceedf View commit details
    Browse the repository at this point in the history
  7. Improve error messages from middleware tokken validations

    Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    30e4ccb View commit details
    Browse the repository at this point in the history
  8. Cleaned up OICD env vars & added goDocs

    Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    92e9821 View commit details
    Browse the repository at this point in the history
  9. Change magic number to rsaExponent

    Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    8280aa6 View commit details
    Browse the repository at this point in the history
  10. Change spelling of OICD to OIDC

    Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    10921db View commit details
    Browse the repository at this point in the history
  11. Grammar nit fixes

    Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    10c2982 View commit details
    Browse the repository at this point in the history
  12. Upgrade to golang-jwt/jwt/v4

    Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    4df35ee View commit details
    Browse the repository at this point in the history
  13. Add comments to exported methods.

    Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    f5baa29 View commit details
    Browse the repository at this point in the history
  14. Goimports -w formatting set

    Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    21c0e03 View commit details
    Browse the repository at this point in the history
  15. Update copyrights text

    Co-authored-by: kalle (jag) <kalle.jillheden@iver.se>
    2 people authored and Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    179fde8 View commit details
    Browse the repository at this point in the history
  16. Refactor Oidc to OIDC

    Fredrik Dyrvold committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    768f39f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Commit

    applejag committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    8d6df19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c48cc6 View commit details
    Browse the repository at this point in the history
  3. Extract to configs

    applejag committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    c49d61a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfd1198 View commit details
    Browse the repository at this point in the history
  5. problem responses

    applejag committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    914978f View commit details
    Browse the repository at this point in the history
  6. Panic handling

    applejag committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    8f70221 View commit details
    Browse the repository at this point in the history
  7. Lint fixes, godoc comments

    applejag committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    3acf4dc View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Comment grammar fix

    Co-authored-by: Alexamakans <79503481+Alexamakans@users.noreply.github.com>
    fredx30 and Alexamakans committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    838785d View commit details
    Browse the repository at this point in the history
  2. Caps on env vars

    Co-authored-by: Alexamakans <79503481+Alexamakans@users.noreply.github.com>
    fredx30 and Alexamakans committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    78355a8 View commit details
    Browse the repository at this point in the history
  3. Improve OIDC settings description

    Co-authored-by: Alexamakans <79503481+Alexamakans@users.noreply.github.com>
    fredx30 and Alexamakans committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    12ef751 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Remove commented out code.

    Fredrik Dyrvold committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    61c2ed0 View commit details
    Browse the repository at this point in the history