Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

airflow.providers.keycloak.auth_manager.cli.commands

Attributes

log

Functions

create_scopes_command(args)

Create Keycloak auth manager scopes in Keycloak.

create_resources_command(args)

Create Keycloak auth manager resources in Keycloak.

create_permissions_command(args)

Create Keycloak auth manager permissions in Keycloak.

create_all_command(args)

Create all Keycloak auth manager entities in Keycloak.

Module Contents

airflow.providers.keycloak.auth_manager.cli.commands.log[source]
airflow.providers.keycloak.auth_manager.cli.commands.create_scopes_command(args)[source]

Create Keycloak auth manager scopes in Keycloak.

airflow.providers.keycloak.auth_manager.cli.commands.create_resources_command(args)[source]

Create Keycloak auth manager resources in Keycloak.

airflow.providers.keycloak.auth_manager.cli.commands.create_permissions_command(args)[source]

Create Keycloak auth manager permissions in Keycloak.

airflow.providers.keycloak.auth_manager.cli.commands.create_all_command(args)[source]

Create all Keycloak auth manager entities in Keycloak.

Was this entry helpful?