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

Keycloak Breeze integration #43240

Merged
merged 5 commits into from
Oct 30, 2024

Commits on Oct 29, 2024

  1. Keycloak Breeze integration

    Work is starting on multi-team Airflow, and this project has many
    dependencies on a auth manager that can support authn and authz and also
    support the changes to the auth manager api (upcoming). An option for
    this is Keycloak.
    
    This PR adds a Breeze integartion for Keycloak which creates a container
    running keycloak, which uses the existing Postgres container as the DB
    and disables the requirements for ssl/https/certificates to use the
    Keycloak admin console (since this is only for development purposes not
    production).
    o-nikolas committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fcf9a60 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    o-nikolas committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2afa0f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    184bf0d View commit details
    Browse the repository at this point in the history
  4. boolean logic bug fix

    o-nikolas committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fa8fbc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Suggested fixes from PR

    o-nikolas committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a41b0a5 View commit details
    Browse the repository at this point in the history