harbor/src/common/utils
Daniel Jiang 239b33c5fb Handle OIDC user invalidation from OIDC provider.
Ths commmit ensures that when user's token is invalidated OIDC provider, he
cannot access protected resource in Harbor with the user info in his session.
We share the code path with secret verification b/c the refresh token
can be used only once, so it has to be stored in one place.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2019-04-19 01:27:31 +08:00
..
clair add signoff for DCO gate (#6981) 2019-02-22 15:00:18 +08:00
email Replacing copyright notices with "Copyright Project Harbor Authors". 2018-09-19 16:59:36 +00:00
error Remove the duplicate http error struct (#6516) 2018-12-12 11:51:19 +08:00
ldap Add new parameter ldap_group_membership_attribute 2019-03-03 10:03:22 +08:00
log Update README of job service to reflect latest updates 2018-11-08 10:35:12 +08:00
notary Refactor adminserver stage 3: replace config api and change ut settings 2019-02-18 14:06:19 +08:00
oidc Handle OIDC user invalidation from OIDC provider. 2019-04-19 01:27:31 +08:00
registry Merge pull request #6541 from salkin/proxy-transport 2018-12-18 15:46:29 +08:00
test Refactor scan all api (#7120) 2019-03-22 17:52:21 +08:00
uaa Add support for http proxy in transport 2018-12-17 10:35:27 +02:00
encrypt.go Replacing copyright notices with "Copyright Project Harbor Authors". 2018-09-19 16:59:36 +00:00
link.go Replacing copyright notices with "Copyright Project Harbor Authors". 2018-09-19 16:59:36 +00:00
timemarker_test.go Remove the Scan all in-memory marker (#6399) 2018-12-02 15:40:50 +08:00
timemarker.go Remove the Scan all in-memory marker (#6399) 2018-12-02 15:40:50 +08:00
utils_test.go Replacing copyright notices with "Copyright Project Harbor Authors". 2018-09-19 16:59:36 +00:00
utils.go Add controller to onboard oidc user (#7286) 2019-04-03 20:47:22 +08:00
validate_test.go Validate repo and tag names in retag 2018-12-24 16:49:39 +08:00
validate.go Validate repo and tag names in retag 2018-12-24 16:49:39 +08:00