-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Moved expires to resource metadata for services.Users. #2564
Conversation
14b2458
to
e27f399
Compare
I think this problem applies to all users, not just github ones |
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.
Can you please check that if this problem applies to all external types
@klizhentas It does and I fixed it for all external identity providers. I've fixed it for all and covered all with tests. That's what the bulk of the PR was. |
Moved expiry field from spec to metadata for services.Users and updated expiry check to prefer metadata and fallback to spec if not found. Added test coverage.
e27f399
to
a56acc1
Compare
k, sorry the PR only showed me two github files, let me re-review |
retest this please |
56e45c4
to
6ef9fbf
Compare
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.
still have a couple of comments and one actual change
6ef9fbf
to
b9aff5a
Compare
b9aff5a
to
581356a
Compare
Description
Moved expiry field from spec to metadata for services.Users and updated
expiry check to prefer metadata and fallback to spec if not found. Added
test coverage.