-
Notifications
You must be signed in to change notification settings - Fork 36
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
Update the expand hub template access design #126
Update the expand hub template access design #126
Conversation
/cc @gparvin @JustinKuli @yiraeChristineKim |
When permissions change after a watch has started, authorization is not reassessed until there is a new request, even | ||
when the token expires. The [kubernetes-dependency-watches](https://github.com/stolostron/kubernetes-dependency-watches) | ||
library leverages the client-go [RetryWatcher](https://pkg.go.dev/k8s.io/client-go/tools/watch#RetryWatcher) and it does | ||
not currently error if the user does not have `watch` permissions. For when the watch is first started, |
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.
not currently error if the user does not have `watch` permissions. For when the watch is first started, | |
not currently have an error if the user does not have `watch` permissions. For when the watch is first started, |
c3ee97d
to
fcc5fa0
Compare
/hold |
/cc @qiujian16 |
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
Relates: https://issues.redhat.com/browse/ACM-12129 Signed-off-by: mprahl <[email protected]>
fcc5fa0
to
4a5dd10
Compare
@yiraeChristineKim I fixed a typo. Could you please take another look? |
/unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mprahl, yiraeChristineKim The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1f9c7b7
into
open-cluster-management-io:main
Relates:
https://issues.redhat.com/browse/ACM-12129