- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
I've enabled Kerberos in my Sandbox. Once i get a valid token i can connect to any service with in cluster. I think this is because of SPNEGO. Is there any way to disable SPNEGO to all users and let service/batch accounts use it?
- Labels:
-
Kerberos
Created on ‎07-18-2016 07:58 PM - edited ‎09-16-2022 03:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎07-19-2016 08:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's not because of SPNEGO, its because, once you get authenticated to KDC, you get initial ticket called TGT, using TGT further authentication happens to get Service level ticket.
If you want to decide which user can access what then probably you are looking for authorization and Rager is the solution for you.
Note - SPNEGO provides a mechanism for extending Kerberos to Web applications through the standard HTTP protocol.
Please do let me know if you need any further help.
Created ‎07-19-2016 08:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's not because of SPNEGO, its because, once you get authenticated to KDC, you get initial ticket called TGT, using TGT further authentication happens to get Service level ticket.
If you want to decide which user can access what then probably you are looking for authorization and Rager is the solution for you.
Note - SPNEGO provides a mechanism for extending Kerberos to Web applications through the standard HTTP protocol.
Please do let me know if you need any further help.
Created ‎07-20-2016 04:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thank you, this gives me a good idea. let me play with ranger and see what i can accomplish
Created ‎07-20-2016 06:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Kuldeep Kulkarni great stuff. I find myself getting this confused as well.
