You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS: You __**need**__ to get valid kerberos ticket in systemwide kerberos cache before running your code, otherwise calls to kerberized environment won't go through (run kinit before proceeding to run code)
72
+
PS: You **need** to get valid kerberos ticket in systemwide kerberos cache before running your code, otherwise calls to kerberized environment won't go through (run kinit before proceeding to run code)
57
73
58
74
2. Second option - using `gssapi` package
59
75
@@ -63,6 +79,8 @@ If you want to avoid using terminal calls, you have to perform SPNEGO handshake
63
79
64
80
### CLI interface
65
81
82
+
**Warning**: CLI is outdated & broken. Please don't use CLI. This will be resolved in future releases.
0 commit comments