Disable Kerberos Authentication for a Mount Target
Disable Kerberos authentication for a mount target.
Note
If you delete a Kerberos keytab from Vault, but don't disable the mount target's ability to use Kerberos, it can take some time for File Storage to fully reflect the update.
If you delete a Kerberos keytab from Vault, but don't disable the mount target's ability to use Kerberos, it can take some time for File Storage to fully reflect the update.
- Open the navigation menu and select Storage. Under File Storage, select Mount Targets.
- Select a compartment you have permissions to work in.
- Select the mount target that you're interested in, select the , and then select View details.
- Select the Actions menu, then select Manage Kerberos.
- In the Manage Kerberos window, turn off Enable Kerberos immediately disable Kerberos authentication for the mount target.
- Optionally, delete the Kerberos keytab from Vault.
- Select Update.
Use the
oci fs mount-target updatecommand with the--kerberosoption to update an existing mount target's with Kerberos details and specify that Kerberos is disabled.oci fs mount-target update --mount-target-id <mount_target_id> --kerberos <file://krb.json> [OPTIONS]An example
krb.jsonfile follows:{ "isKerberosEnabled": false }For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Use UpdateMountTarget with the
kerberosoption to update a mount target's Kerberos details.For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.