1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-28 09:08:44 +02:00
oauth2-proxy/providers
İlteriş Eroğlu 1b6c54cae1
Change how gitlab-group is parsed on options (#639)
* Changed how gitlab-group is parsed, from string to []string

See #637

* Point out that gitlab-group can be a list

See #637

* Reflect to the []string change on pkg/apis/options/options.go

See #637

* Move cfg option gitlab_group to gitlab_groups

See #637

* Renamed Group to Groups

See #637

* Reflect the change on gitlab.go as well

See #637

* Added #639

* Added the author of #639 to the CHANGELOG

* Add the gitlab_groups env change to CHANGELOG.md

See #639

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2020-06-26 23:26:07 +01:00
..
auth_test.go Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00
azure_test.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
azure.go Improvements to Session State code (#536) 2020-05-30 08:53:38 +01:00
bitbucket_test.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
bitbucket.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
digitalocean_test.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
digitalocean.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
facebook.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
github_test.go Support new option "github-user" (#421) 2020-06-01 20:02:07 +01:00
github.go Support new option "github-user" (#421) 2020-06-01 20:02:07 +01:00
gitlab_test.go Change how gitlab-group is parsed on options (#639) 2020-06-26 23:26:07 +01:00
gitlab.go Change how gitlab-group is parsed on options (#639) 2020-06-26 23:26:07 +01:00
google_test.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
google.go Improvements to Session State code (#536) 2020-05-30 08:53:38 +01:00
internal_util_test.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
internal_util.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
keycloak_test.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
keycloak.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
linkedin_test.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
linkedin.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
logingov_test.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
logingov.go Improvements to Session State code (#536) 2020-05-30 08:53:38 +01:00
nextcloud_test.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
nextcloud.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
oidc_test.go Verify main v extra JWT bearers differently 2020-06-19 11:47:36 -07:00
oidc.go Fallback to UserInfo is User ID claim not present (#560) 2020-06-04 17:41:29 +01:00
provider_data.go Add new linters (#486) 2020-04-14 09:36:44 +01:00
provider_default_test.go Improve default CreateSessionStateFromBearerToken tests 2020-06-19 11:48:23 -07:00
provider_default.go Set User = Subject in ExtraJWTBearer sessions 2020-06-19 11:48:23 -07:00
providers.go Refactor the utils package to other areas (#538) 2020-05-14 10:16:35 +01:00