-
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
feat(STONEINTG-948): migrate redhat-appstudio/clair-in-ci #30
base: main
Are you sure you want to change the base?
Conversation
Update references to redhat-appstudio quay org to reflect move to konflux-ci. Signed-off-by: Josh Everett <[email protected]>
@@ -24,7 +24,7 @@ spec: | |||
- name: event_type | |||
value: "{{ event_type }}" | |||
- name: registry-url | |||
value: "quay.io/redhat-appstudio" | |||
value: "quay.io/konflux-ci" | |||
- name: registry-username | |||
value: "{{ registry_username }}" | |||
- name: registry-password |
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.
How do registry_username and registry_password get sourced?
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.
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 you would need to add robot account to the https://quay.io/repository/konflux-ci/clair-in-ci?tab=info.
robot account: konflux-ci+testservice
Hopefully this will get the error away.
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.
@Josh-Everett robot user should be added to to writers group then writers group be added to the repo clair-in-ci .
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.
AFAIK Scott added that robot account to the quay repo, but here it is still set to use the old user + pass. I am having trouble figuring out where to set which robot account to use.
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 guess we will need some authorization to be able seeing what members in our integration repos
so we can solve such these cases
Update references to redhat-appstudio quay org to reflect move to konflux-ci.