Ctrl+K

PyApacheAtlas 0.16.0 documentation

Site Navigation

  • Core
  • Template Readers
  • Authentication

Site Navigation

  • Core
  • Template Readers
  • Authentication

Section Navigation

Contents:

  • Azure Credential Authentication
    • pyapacheatlas.auth.azcredential.AzCredentialWrapper
    • pyapacheatlas.auth.azcredential.AzCredentialWrapper.get_authentication_headers
    • pyapacheatlas.auth.azcredential.AzCredentialWrapper.get_graph_authentication_headers
  • Service Principal Authentication
    • pyapacheatlas.auth.serviceprincipal.ServicePrincipalAuthentication
    • pyapacheatlas.auth.serviceprincipal.ServicePrincipalAuthentication.get_authentication_headers
    • pyapacheatlas.auth.serviceprincipal.ServicePrincipalAuthentication.get_graph_authentication_headers
  • Basic Authentication
    • pyapacheatlas.auth.basic.BasicAuthentication
    • pyapacheatlas.auth.basic.BasicAuthentication.get_authentication_headers
  • Base Authentication
    • pyapacheatlas.auth.base.AtlasAuthBase
    • pyapacheatlas.auth.base.AtlasAuthBase.get_authentication_headers

Authentication#

PyApacheAtlas provides three ways of authenticating.

  • Using Azure Credential from the azure-identity package for Microsoft Purview.
    • This supports using managed identities, Azure CLI, and Interactive Auth as well.

  • Using a Service Principal for Microsoft Purview.

  • Using basic auth for Apache Atlas servers.

Contents:

  • Azure Credential Authentication
  • Service Principal Authentication
  • Basic Authentication
  • Base Authentication

previous

pyapacheatlas.readers.reader.Reader.make_template

next

Azure Credential Authentication

Show Source

© Copyright 2024, Will Johnson.

Created using Sphinx 4.1.2.