tests.system.providers.amazon.aws.tests.test_aws_auth_manager
¶
Module Contents¶
Classes¶
Run tests on Airflow using AWS auth manager with real credentials |
Functions¶
|
|
|
|
|
|
|
|
|
|
|
Attributes¶
- tests.system.providers.amazon.aws.tests.test_aws_auth_manager.SAML_METADATA_URL = '/saml/metadata'[source]¶
- tests.system.providers.amazon.aws.tests.test_aws_auth_manager.AVP_POLICY_ADMIN = Multiline-String[source]¶
Show Value
""" permit ( principal in Airflow::Group::"Admin", action, resource ); """
- tests.system.providers.amazon.aws.tests.test_aws_auth_manager.policy_store_id_cache: str | None[source]¶
- tests.system.providers.amazon.aws.tests.test_aws_auth_manager.create_avp_policy_store(env_id)[source]¶
- tests.system.providers.amazon.aws.tests.test_aws_auth_manager.base_app(region_name, avp_policy_store_id)[source]¶
- tests.system.providers.amazon.aws.tests.test_aws_auth_manager.client_no_permissions(base_app)[source]¶
- tests.system.providers.amazon.aws.tests.test_aws_auth_manager.client_admin_permissions(base_app)[source]¶