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

BED-4766: API Endpoint to List OIDC Providers #896

Merged
merged 31 commits into from
Oct 15, 2024
Merged

BED-4766: API Endpoint to List OIDC Providers #896

merged 31 commits into from
Oct 15, 2024

Commits on Sep 30, 2024

  1. BED-4851 Updated CreateOIDCProvider endpoint and relevant database in…

    …teractions to match new design
    mvlipka committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    97eb109 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    e7111dd View commit details
    Browse the repository at this point in the history
  2. BED-4851 cleanup import

    mvlipka committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2a22dc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    5028c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    686a359 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a67c61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c818e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. BED-4851 moved responsibility of slug creation to the db layer. Prope…

    …rly backfill saml_providers with the new sso_providers key. Added new enum type for sso_provider types
    mvlipka committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0723780 View commit details
    Browse the repository at this point in the history
  2. Merge main

    mvlipka committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    022d2a6 View commit details
    Browse the repository at this point in the history
  3. generate

    mvlipka committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6877860 View commit details
    Browse the repository at this point in the history
  4. removed test I was playing with and accidentally committed, oops. Add…

    …ed a mapping from AuthProvider to the new SSOProviderType enum
    mvlipka committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    704c330 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e55f5e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cf416d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0be0354 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1e0ce3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    5b4edcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbdae9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0e7b4f View commit details
    Browse the repository at this point in the history
  4. merge branch bed-4766-v2

    iustinum committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    aa64447 View commit details
    Browse the repository at this point in the history
  5. cleanup for pr

    iustinum committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5d5c5b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    328d953 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    c27cfa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ff6f1f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    fe8e280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6438407 View commit details
    Browse the repository at this point in the history
  3. Remove authmanageproviders permission from API route

    Co-authored-by: mistahj67 <26472282+mistahj67@users.noreply.github.com>
    iustinum and mistahj67 authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1d024ab View commit details
    Browse the repository at this point in the history
  4. addresses nits

    iustinum committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9b86535 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Update cmd/api/src/api/v2/analysisrequest.go

    Co-authored-by: mistahj67 <26472282+mistahj67@users.noreply.github.com>
    iustinum and mistahj67 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1ce012a View commit details
    Browse the repository at this point in the history
  2. Update cmd/api/src/api/v2/auth/sso.go

    Co-authored-by: mistahj67 <26472282+mistahj67@users.noreply.github.com>
    iustinum and mistahj67 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    17bef89 View commit details
    Browse the repository at this point in the history
  3. Update cmd/api/src/api/v2/auth/sso.go

    Co-authored-by: mistahj67 <26472282+mistahj67@users.noreply.github.com>
    iustinum and mistahj67 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2aa3e41 View commit details
    Browse the repository at this point in the history
  4. Update cmd/api/src/api/v2/auth/sso.go

    Co-authored-by: mistahj67 <26472282+mistahj67@users.noreply.github.com>
    iustinum and mistahj67 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    befd85a View commit details
    Browse the repository at this point in the history