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

@ -17,9 +17,8 @@ import (
const azureAPIBaseURL = "https://management.azure.com"
var extensionPorts = map[portainer.ExtensionID]string{
portainer.RegistryManagementExtension: "7001",
portainer.OAuthAuthenticationExtension: "7002",
portainer.RBACExtension: "7003",
portainer.RegistryManagementExtension: "7001",
portainer.RBACExtension: "7003",
}
type (