Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateDexConfigYAML ¶
func GenerateDexConfigYAML(settings *settings.ArgoCDSettings) ([]byte, error)
func NewDexHTTPReverseProxy ¶
func NewDexHTTPReverseProxy(serverAddr string) func(writer http.ResponseWriter, request *http.Request)
NewDexHTTPReverseProxy returns a reverse proxy to the Dex server. Dex is assumed to be configured with the external issuer URL muxed to the same path configured in server.go. In other words, if Argo CD API server wants to proxy requests at /api/dex, then the dex config yaml issuer URL should also be /api/dex (e.g. issuer: https://argocd.example.com/api/dex)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.