feat(hydrator): Credential template to source hydrator (#23999)

Signed-off-by: pbhatnagar-oss <pbhatifiwork@gmail.com>
This commit is contained in:
pbhatnagar-oss
2025-08-27 07:13:42 -07:00
committed by GitHub
parent c39fde74f0
commit e85e353b81
7 changed files with 342 additions and 30 deletions

View File

@@ -192,6 +192,8 @@ const (
LabelValueSecretTypeRepoCreds = "repo-creds"
// LabelValueSecretTypeRepositoryWrite indicates a secret type of repository credentials for writing
LabelValueSecretTypeRepositoryWrite = "repository-write"
// LabelValueSecretTypeRepoCredsWrite indicates a secret type of repository credentials for writing for templating
LabelValueSecretTypeRepoCredsWrite = "repo-write-creds"
// LabelValueSecretTypeSCMCreds indicates a secret type of SCM credentials
LabelValueSecretTypeSCMCreds = "scm-creds"