Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to authenticate Atlas server using kerberos authentication #290

Open
Rems143 opened this issue Jul 24, 2024 · 2 comments
Open

Unable to authenticate Atlas server using kerberos authentication #290

Rems143 opened this issue Jul 24, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Rems143
Copy link

Rems143 commented Jul 24, 2024

Describe the bug
I am using pyapacheatlas to communicate to my Apache Atlas server. I am trying to establish connection using kerberos. Currently there is no class under pyapacheatlas.auth. I found KerberosAuthentication class and its been not showing in this project package.

To Reproduce
Steps to reproduce the behavior:
add following code

from pyapacheatlas.auth import KerberosAuthentication
from pyapacheatlas.core import AtlasClient

Initialize Kerberos Authentication

auth = KerberosAuthentication()

Create Atlas Client with Kerberos Authentication

client = AtlasClient(endpoint_url=atlas_url, authentication=auth)

Expected behavior
I should be able to establish connection.
However I am getting issue - importError: cannot import name 'Kerberos Authentication' from 'apache atlas.auth'`
Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows, Mac]
  • PyApacheAtlas Version (python -m pyapacheatlas --version):

Additional context
Add any other context about the problem here.

@Rems143 Rems143 added the bug Something isn't working label Jul 24, 2024
@wjohnson wjohnson added enhancement New feature or request and removed bug Something isn't working labels Jul 29, 2024
@wjohnson
Copy link
Owner

Hi, @Rems143 this package does not currently support Kerberos Authentication. You might be thinking of another Apache Atlas python package? This one only support Azure and Basic Auth.

I'd be glad to accept a PR to wrap any Kerberos authentication that you might need!

@Rems143
Copy link
Author

Rems143 commented Jul 29, 2024

Hi, @Rems143 this package does not currently support Kerberos Authentication. You might be thinking of another Apache Atlas python package? This one only support Azure and Basic Auth.

I'd be glad to accept a PR to wrap any Kerberos authentication that you might need!

Hi @wjohnson ,
okay. Thanks for the confirmation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants