EXTERNAL ACCESS INTEGRATION

Config path: /external_access_integration.yaml

Example:

test_access_integration:
  allowed_network_rules:
    - db1.sc1.network_rule_1
    - db1.sc1.network_rule_2
  allowed_api_authentication_integrations:
    - TEST_API_SECURITY_INTEGRATION
  allowed_authentication_secrets:
    - db1.sc1.secret_1
    - db1.sc1.secret_2

Schema

  • {key} (ident) - name of external access integration

  • {value} (dict)

    • allowed_network_rules (list)

      • {items} (ident) - fully-qualified name of network rule

    • allowed_api_authentication_integrations (list)

    • allowed_authentication_secrets (list)

      • {items} (ident) - fully-qualified name of secret

    • comment (str)

Last updated