Accessing Cloudera Data Engineering using the CLIPDF version

Deleting credentials

To allow the use of private Docker registries, Cloudera Data Engineering supports the creation and management of credentials. Credentials are secure objects used to store access keys (such as passwords, keys, or tokens) that are required for various workflows within Cloudera Data Engineering. These workflows can involve accessing resources, and repositories. These credentials are stored securely in the Kubernetes cluster as secrets and cannot be accessed by end users directly. Credentials are attached to job runs automatically by the Cloudera Data Engineering backend.

  • Make sure that you have downloaded and configured the CLI client.
  • Make sure that the credential you are deleting is no longer needed for any jobs.
  1. Delete the credential by running cde credential delete --name <cred_name>
  2. Run cde credential list to verify that the credential was deleted:
    cde credential list [--filter <filter>]
    
    For more information on filtering syntax, see CDE CLI list command syntax reference.

We want your opinion

How can we improve this page?

What kind of feedback do you have?