Versions in this module Expand all Collapse all v1 v1.2.5 Sep 23, 2024 Changes in this version + const ApiRoot + const CallbackNotSupported + const CallbackRoot + const FederationTypeConsumer + const FederationTypeProvider + const NoCallbackApiKey + const NoCallbackApiKeyError + const PartnerAppOnboardStatusEventPath + const PartnerInstanceStatusEventPath + const PartnerResourceStatusChangePath + const PartnerStatusEventPath + const PartnerZoneResourceUpdatePath + const PathVarAppInstUniqueId + func DeleteAPIKeyFromVault(ctx context.Context, vaultConfig *vault.Config, fedKey *FedKey) error + func GetFedApiKeyUser(ownerType string, id uint) string + func ParseFedKeyUser(username string) (string, uint, error) + func PathCreateAppInst(fedCtxId string) (string, string) + func PathGetAppInst(fedCtxId, appId, appInstId, zoneId string) (string, string) + func PutAPIKeyToVault(ctx context.Context, vaultConfig *vault.Config, fedKey *FedKey, apiKey *ApiKey) error + type ApiKey struct + Id string + Key string + TokenUrl string + func GetFederationAPIKey(ctx context.Context, vaultConfig *vault.Config, fedKey *FedKey) (*ApiKey, error) + type FedKey struct + FedType string + ID uint + Name string + OperatorId string