Versions in this module Expand all Collapse all v1 v1.1.0 Mar 18, 2025 GO-2026-4447 GO-2026-4447: OpenCloud Affected by Public Link Exploit in github.com/opencloud-eu/opencloud v1.1.0-alpha.4 Mar 18, 2025 GO-2026-4447 GO-2026-4447: OpenCloud Affected by Public Link Exploit in github.com/opencloud-eu/opencloud v1.1.0-alpha.3 Mar 18, 2025 GO-2026-4447 GO-2026-4447: OpenCloud Affected by Public Link Exploit in github.com/opencloud-eu/opencloud v1.1.0-alpha.2 Mar 18, 2025 GO-2026-4447 GO-2026-4447: OpenCloud Affected by Public Link Exploit in github.com/opencloud-eu/opencloud v1.1.0-alpha.1 Mar 14, 2025 GO-2026-4447 GO-2026-4447: OpenCloud Affected by Public Link Exploit in github.com/opencloud-eu/opencloud v1.0.0 Feb 24, 2025 GO-2026-4447 GO-2026-4447: OpenCloud Affected by Public Link Exploit in github.com/opencloud-eu/opencloud Changes in this version + const AccessTokenVerificationJWT + const AccessTokenVerificationNone + var DefaultCSPConfig string + var RouteTypes = []RouteType + type AuthMiddleware struct + AllowAppAuth bool + CredentialsByUserAgent map[string]string + type AutoProvisionClaims struct + DisplayName string + Email string + Groups string + Username string + type CSP struct + Directives map[string][]string + type Cache struct + AuthPassword string + AuthUsername string + Database string + DisablePersistence bool + Nodes []string + Store string + TTL time.Duration + Table string + type ClaimsSelectorConf struct + DefaultPolicy string + SelectorCookieName string + UnauthenticatedPolicy string + type Config struct + AccountBackend string + AdditionalPolicies []Policy + AuthMiddleware AuthMiddleware + AutoProvisionClaims AutoProvisionClaims + AutoprovisionAccounts bool + BackendHTTPSCACert string + CSPConfigFileLocation string + Commons *shared.Commons + Context context.Context + Debug Debug + EnableBasicAuth bool + Events Events + GRPCClientTLS *shared.GRPCClientTLS + GrpcClient client.Client + HTTP HTTP + InsecureBackends bool + Log *Log + MachineAuthAPIKey string + OIDC OIDC + Policies []Policy + PoliciesMiddleware PoliciesMiddleware + PolicySelector *PolicySelector + PreSignedURL PreSignedURL + Reva *shared.Reva + RoleAssignment RoleAssignment + RoleQuotas map[string]uint64 + Service Service + ServiceAccount ServiceAccount + Tracing *Tracing + UserCS3Claim string + UserOIDCClaim string + type Debug struct + Addr string + Pprof bool + Token string + Zpages bool + type Events struct + AuthPassword string + AuthUsername string + Cluster string + EnableTLS bool + Endpoint string + TLSInsecure bool + TLSRootCACertificate string + 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 + SkipUserInfo bool + UserinfoCache *Cache + type OIDCRoleMapper struct + RoleClaim string + RolesMap []RoleMapping + type PoliciesMiddleware struct + Query string + type Policy struct + Name string + Routes []Route + type PolicySelector struct + Claims *ClaimsSelectorConf + Regex *RegexSelectorConf + Static *StaticSelectorConf + type PreSignedURL struct + AllowedHTTPMethods []string + Enabled bool + SigningKeys *SigningKeys + type RegexRuleConf struct + Match string + Policy string + Priority int + Property string + type RegexSelectorConf struct + DefaultPolicy string + MatchesPolicies []RegexRuleConf + SelectorCookieName string + UnauthenticatedPolicy string + type RoleAssignment struct + Driver string + OIDCRoleMapper OIDCRoleMapper + type RoleMapping struct + ClaimValue string + RoleName 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 ServiceAccount struct + ServiceAccountID string + ServiceAccountSecret string + type SigningKeys struct + AuthPassword string + AuthUsername string + DisablePersistence bool + Nodes []string + Store string + TTL time.Duration + type StaticSelectorConf struct + Policy string + type Tracing struct + Collector string + Enabled bool + Endpoint string + Type string + func (t Tracing) Convert() tracing.Config