testkube
testkube copied to clipboard
Add parameters --git-username-secret-reference and --git-token-secret-reference to CLI
Describe the enhancement you'd like to see Add the features to manage git username and token in kubernetes secrets
This is more secure and add the feature to use same account for many projects.
thank you @ademar59 we will plan it out
hey @ademar59 we have --git-token-secret stringToString git token secret in a form of secret_name1=secret_key1 for private repository (default []) --git-username-secret stringToString git username secret in a form of secret_name1=secret_key1 for private repository (default [])
is it enough?
yes
thank you! cool!, then closing this issue, feel free to reopen it, if you have additional questions