1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(extensions): remove oauth extension (#4156)

* feat(oauth): remove oauth providers

* feat(extensions): remove references to oauth extension
This commit is contained in:
Chaim Lev-Ari 2020-08-05 13:13:23 +03:00 committed by GitHub
parent 00f4fe0039
commit ff250a202a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 138 deletions

View file

@ -1257,7 +1257,7 @@ const (
_ ExtensionID = iota
// RegistryManagementExtension represents the registry management extension
RegistryManagementExtension
// OAuthAuthenticationExtension represents the OAuth authentication extension
// OAuthAuthenticationExtension represents the OAuth authentication extension (Deprecated)
OAuthAuthenticationExtension
// RBACExtension represents the RBAC extension
RBACExtension