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 + func MissingAdminUserID(service string) error + func MissingJWTTokenError(service string) error + func MissingLDAPBindPassword(service string) error + func MissingMachineAuthApiKeyError(service string) error + func MissingRevaTransferSecretError(service string) error + func MissingServiceAccountID(service string) error + func MissingServiceAccountSecret(service string) error + func MissingServiceUserPassword(service, serviceUser string) error + func MissingSystemUserApiKeyError(service string) error + func MissingSystemUserID(service string) error + func MissingWOPISecretError(service string) error + type Cache struct + AuthPassword string + AuthUsername string + Database string + DisablePersistence bool + Nodes []string + Store string + TTL time.Duration + Table string + type Commons struct + AdminUserID string + Cache *Cache + GRPCClientTLS *GRPCClientTLS + GRPCMaxReceivedMessageSize int + GRPCServiceTLS *GRPCServiceTLS + HTTPServiceTLS HTTPServiceTLS + Log *Log + MachineAuthAPIKey string + OpenCloudURL string + Reva *Reva + SystemUserAPIKey string + SystemUserID string + TokenManager *TokenManager + Tracing *Tracing + TransferSecret string + type EnvBinding struct + Destination interface{} + EnvVars []string + type GRPCClientTLS struct + CACert string + Mode string + type GRPCServiceTLS struct + Cert string + Enabled bool + Key string + type HTTPServiceTLS struct + Cert string + Enabled bool + Key string + type Log struct + Color bool + File string + Level string + Pretty bool + type Reva struct + Address string + TLS GRPCClientTLS + func DefaultRevaConfig() *Reva + func (r *Reva) GetGRPCClientConfig() map[string]interface{} + func (r *Reva) GetRevaOptions() []pool.Option + type TokenManager struct + JWTSecret string + type Tracing struct + Collector string + Enabled bool + Endpoint string + Type string