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:
parent
00f4fe0039
commit
ff250a202a
6 changed files with 15 additions and 138 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue