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
[#5384] Support Kerberos authentication in the Gravitino CLI. (#5766)
### What changes were proposed in this pull request?
Support Kerberos authentication.
### Why are the changes needed?
To add support for Kerberos authentication.
Fix: #5384
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Tested locally.
Copy file name to clipboardexpand all lines: docs/cli.md
+9
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,15 @@ token=test
141
141
scope=token/test
142
142
```
143
143
144
+
Kerberos authentication can also be configured via the configuration file.
145
+
146
+
```text
147
+
# Authentication
148
+
auth=kerberos
149
+
principal=user/admin@foo.com
150
+
keytabFile=file.keytab
151
+
```
152
+
144
153
### Potentially unsafe operations
145
154
146
155
For operations that delete data or rename a metalake the user with be prompted to make sure they wish to run this command. The `--force` option can be specified to override this behaviour.
0 commit comments