Versions in this module Expand all Collapse all v2 v2.0.0 Nov 29, 2022 Changes in this version + const AccessTokenVerificationJWT + const AccessTokenVerificationNone + var RouteTypes = []RouteType + type AuthMiddleware struct + CredentialsByUserAgent map[string]string + type ClaimsSelectorConf struct + DefaultPolicy string + SelectorCookieName string + UnauthenticatedPolicy string + type Config struct + AccountBackend string + AuthMiddleware AuthMiddleware + AutoprovisionAccounts bool + BackendHTTPSCACert string + Commons *shared.Commons + Context context.Context + Debug Debug + EnableBasicAuth bool + GRPCClientTLS *shared.GRPCClientTLS + HTTP HTTP + InsecureBackends bool + Log *Log + MachineAuthAPIKey string + OIDC OIDC + Policies []Policy + PolicySelector *PolicySelector + PreSignedURL PreSignedURL + Reva *shared.Reva + Service Service + TokenManager *TokenManager + Tracing *Tracing + UserCS3Claim string + UserOIDCClaim string + type Debug struct + Addr string + Pprof bool + Token string + Zpages bool + type HTTP struct + Addr string + Namespace string + Root string + TLS bool + TLSCert string + TLSKey string + type JWKS struct + RefreshInterval uint64 + RefreshRateLimit uint64 + RefreshTimeout uint64 + RefreshUnknownKID bool + type Log struct + Color bool + File string + Level string + Pretty bool + type OIDC struct + AccessTokenVerifyMethod string + Insecure bool + Issuer string + JWKS JWKS + RewriteWellKnown bool + UserinfoCache UserinfoCache + type Policy struct + Name string + Routes []Route + type PolicySelector struct + Claims *ClaimsSelectorConf + Regex *RegexSelectorConf + Static *StaticSelectorConf + type PreSignedURL struct + AllowedHTTPMethods []string + Enabled bool + type RegexRuleConf struct + Match string + Policy string + Priority int + Property string + type RegexSelectorConf struct + DefaultPolicy string + MatchesPolicies []RegexRuleConf + SelectorCookieName string + UnauthenticatedPolicy string + type Route struct + ApacheVHost bool + Backend string + Endpoint string + Method string + Service string + Type RouteType + Unprotected bool + type RouteType string + const DefaultRouteType + const PrefixRoute + const QueryRoute + const RegexRoute + type Service struct + Name string + type StaticSelectorConf struct + Policy string + type TokenManager struct + JWTSecret string + type Tracing struct + Collector string + Enabled bool + Endpoint string + Type string + type UserinfoCache struct + Size int + TTL int v2.0.0-rc.2 Nov 25, 2022 v2.0.0-rc.1 Nov 5, 2022 v2.0.0-beta.8 Sep 13, 2022 v2.0.0-beta.7 Aug 25, 2022 v2.0.0-beta.6 Aug 11, 2022 v2.0.0-beta.5 Jul 19, 2022