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

Should enable usage with Kerberos #36

Closed
dmlb2000 opened this issue Jul 20, 2018 · 0 comments · Fixed by pacifica/pacifica-cli#66
Closed

Should enable usage with Kerberos #36

dmlb2000 opened this issue Jul 20, 2018 · 0 comments · Fixed by pacifica/pacifica-cli#66

Comments

@dmlb2000
Copy link
Member

Pacifica Python Uploader version

master

Pacifica Core Software versions

Master

Platform Details

Windows client anything core software.

Scenario:

Windows or Linux systems attached to a Kerberos domain should be able to use that auth type to login to the core services.

https://github.com/requests/requests-kerberos

Should just need to key off of a auth type kerberos and have it import the right auth method from requests-kerberos.

Steps to Reproduce:

Setup core services to authenticate with Kerberos SSO.

Expected Result:

Run kinit on the system (or something else for windows) to get a Kerberos ticket. Should be able to handle multiple requests to the core services using that ticket and perform upload.

Actual Result:

Uploader has to use basic auth to authenticate instead of using the Kerberos Ticket provided by the system. This is stored in plain text in the uploader config which isn't good...

dmlb2000 added a commit to dmlb2000/pacifica-cli that referenced this issue Jan 29, 2020
This adds GSSAPI as an authentication method for using keytabs and
Kerberos SSO to authenticate against the core endpoints.

Fix pacifica/pacifica-python-uploader#36

Signed-off-by: David Brown <dmlb2000@gmail.com>
dmlb2000 added a commit to dmlb2000/pacifica-cli that referenced this issue Jan 29, 2020
This adds GSSAPI as an authentication method for using keytabs and
Kerberos SSO to authenticate against the core endpoints.

Fix pacifica/pacifica-python-uploader#36

Signed-off-by: David Brown <dmlb2000@gmail.com>
dmlb2000 added a commit to dmlb2000/pacifica-cli that referenced this issue Jan 29, 2020
This adds GSSAPI as an authentication method for using keytabs and
Kerberos SSO to authenticate against the core endpoints.

Fix pacifica/pacifica-python-uploader#36

Signed-off-by: David Brown <dmlb2000@gmail.com>
dmlb2000 added a commit to dmlb2000/pacifica-cli that referenced this issue Jan 29, 2020
This adds GSSAPI as an authentication method for using keytabs and
Kerberos SSO to authenticate against the core endpoints.

Fix pacifica/pacifica-python-uploader#36

Signed-off-by: David Brown <dmlb2000@gmail.com>
dmlb2000 added a commit to dmlb2000/pacifica-cli that referenced this issue Jan 29, 2020
This adds GSSAPI as an authentication method for using keytabs and
Kerberos SSO to authenticate against the core endpoints.

Fix pacifica/pacifica-python-uploader#36

Signed-off-by: David Brown <dmlb2000@gmail.com>
dmlb2000 added a commit to dmlb2000/pacifica-cli that referenced this issue Jan 29, 2020
This adds GSSAPI as an authentication method for using keytabs and
Kerberos SSO to authenticate against the core endpoints.

Fix pacifica/pacifica-python-uploader#36

Signed-off-by: David Brown <dmlb2000@gmail.com>
dmlb2000 added a commit to dmlb2000/pacifica-cli that referenced this issue Jan 29, 2020
This adds GSSAPI as an authentication method for using keytabs and
Kerberos SSO to authenticate against the core endpoints.

Fix pacifica/pacifica-python-uploader#36

Signed-off-by: David Brown <dmlb2000@gmail.com>
dmlb2000 added a commit to dmlb2000/pacifica-cli that referenced this issue Jan 29, 2020
This adds GSSAPI as an authentication method for using keytabs and
Kerberos SSO to authenticate against the core endpoints.

Fix pacifica/pacifica-python-uploader#36

Signed-off-by: David Brown <dmlb2000@gmail.com>
Pacifica Core Software automation moved this from To do to Done Jan 29, 2020
dmlb2000 added a commit to pacifica/pacifica-cli that referenced this issue Jan 29, 2020
This adds GSSAPI as an authentication method for using keytabs and
Kerberos SSO to authenticate against the core endpoints.

Fix pacifica/pacifica-python-uploader#36

Signed-off-by: David Brown <dmlb2000@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant