-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add galasactl secrets set command #302
Conversation
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-302-jvq6q for details. If you are unable to do so, please contact a member of the Galasa team. |
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-302-z4b6x for details. If you are unable to do so, please contact a member of the Galasa team. |
2e3bc96
to
c6d416d
Compare
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
c6d416d
to
9994f25
Compare
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-302-6xwbb for details. If you are unable to do so, please contact a member of the Galasa team. |
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-302-8xd8q for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-302-86brt for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-302-drdvx for details. If you are unable to do so, please contact a member of the Galasa team. |
Build successful |
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Build successful |
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Build successful |
Why?
See galasa-dev/projectmanagement#1467
Changes
galasactl secrets set
command to create and update secrets in a Galasa service--username
,--password
, and--token
flags to provide unencoded credentials, and base64-equivalents to provide base64-encoded credentials (e.g.--base64-username
,--base64-password
, etc.)--type
flag to be able to change the type of an existing secretThis PR builds upon changes in #301 and #300 - those PRs should be delivered first, then this PR can be rebased to remove the duplicate changes
Builds for this PR will fail until galasa-dev/framework#662 is delivered