-
Bug
-
Resolution: Unresolved
-
Major
-
None
Currently, this plugin will use secret's name as the credential ID to create a credential. It may cause problems when there are secrets have the same name but in different namespaces.
It is better to use namespace and name to generate the credential ID - like '{namespace}-{name}'.
- is related to
-
JENKINS-62360 Ability to customize credentials id
-
- Open
-
- relates to
-
JENKINS-57329 Should support namespace
-
- Open
-
[JENKINS-57328] Should not use secret name as credential ID
Link | New: This issue relates to JENKINS-57329 [ JENKINS-57329 ] |
Link | New: This issue is related to JENKINS-62360 [ JENKINS-62360 ] |
we only support a single namespace so this should not be an issue unless JENKINS-57329 is implemented