-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: kubernetes-credentials-provider-plugin
-
None
-
1.262.v2670ef7ea_0c5
When the Folders and Credentials plugins are both installed, the Configure page for Folders has a Credentials section. Would be great if could specify the folder each credential is created in the respective secret's annotation, eg:
apiVersion: v1
kind: Secret
metadata:
annotations:
"jenkins.io/credentials-folder" : "AJenkinsFolder"
...