-
Notifications
You must be signed in to change notification settings - Fork 66
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
Creating secrets #33
Creating secrets #33
Conversation
🚀 Preview is available at |
🚀 Preview is available at |
🚀 Preview is available at |
* For more information about GitLab access tokens, see link:https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html[Personal access tokens]. | ||
|
||
* To configure push secrets for your Build and Release pipelines, see link:https://github.com/konflux-ci/konflux-ci?tab=readme-ov-file#configuring-a-push-secret-for-the-build-pipeline[Configuring push secrets] in the Konflux GitHub repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check we want to link to a readme.
🚀 Preview is available at |
Signed-off-by: Max Shaposhnyk <[email protected]> (cherry picked from commit b119333)
14b9a09
to
43b465a
Compare
🚀 Preview is available at |
. Click **Add secret**. | ||
|
||
== Creating secrets for GitLab-sourced apps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mshaposhnik Hi, can you please review a procedure that includes your content? It starts on line 28, "Creating secrets for GitLab-sourced apps". Does it all make sense for Konflux?
GitHub isn't mentioned as I was told that only apps created from a GitLab repo will require this special workflow when an access token is added before an app is created. Correct me if this is wrong, please.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
🚀 Preview is available at |
@arewm Can you please rereview? I hope this is a more or less final version. |
labels: | ||
appstudio.redhat.com/credentials: scm | ||
appstudio.redhat.com/scm.host: <gitlab-host> # eg. gitlab.cee.redhat.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can change the example to gitlab.com
instead of our internal instance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No comments other than those that have already been made.
🚀 Preview is available at |
@ernesgonzalez33 Thank you for a review! I've committed your suggested change. I guess we don't want a rereview because of |
@ernesgonzalez33 Ah, I just saw your approval, thank you so much! |
Copied the general procedure from AppStudio docs.
Added a new section "Creating secrets for apps sourced from GitLab".