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.
- In the List scope section, under Compartment, select a compartment.
- Find the mount target that you're interested in, click the , and then click View details.
- Click the NFS tab to view or edit the existing NFS settings for the mount target.
- Next to Kerberos, click Manage.
- In the Manage Kerberos window, disable the Enable Kerberos option to immediately disable Kerberos authentication for the mount target.
- Optionally, delete the Kerberos keytab from Vault.
Use the
oci fs mount-target update
command with the--kerberos
option 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.json
file follows:{ "isKerberosEnabled": false }
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Use UpdateMountTarget with the
kerberos
option 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.