-
Story
-
Resolution: Unresolved
-
Minor
Currently there appears to be no way to change the id of a credential once it has been created. The user instead is required to manually create a new secret with the same contents. This is very annoying, especially because it requires tracking down the actual credentials themselves again. Instead, the credential id should be a mutable property of a credential. It would also be acceptable if there were simply an option to clone a credential with a new id.
Note that Credential IDs are stored as strings in objects which use these credentials. Although changing IDs could be a useful feature, tracking down and renaming credentials usages would be a pain. Examples:external usages in Configuration as Code and Pipeline scripts/libraries . I doubt it can be automated if there is such expectation in this ticket