TristanBilot / airflow-rbac-roles-cli

A tool to create Airflow RBAC roles with dag-level permissions from cli.
13 stars 6 forks source link

Update rbac_roles_cli.py #4

Closed AdamovichAleksey closed 1 year ago

AdamovichAleksey commented 1 year ago

1) add Basic Auth for remote Airflow instance 2) add option to update permissions for the existing role 3) make access-token as optional argument 4) minor fix in line "google_access_token is (not) None"

TristanBilot commented 1 year ago

Hi @AdamovichAleksey, thanks for your nice updates! I merged the PR.