Documentation ¶
Index ¶
- Constants
- Variables
- func GenerateRegToken(clusterRegInfo mc.ClusterRegistrationInfo) (string, error)
- func GetClusterRegInfo(admInfo madmin.InfoMessage) mc.ClusterRegistrationInfo
- func GetLicenseInfoFromJWT(license string, publicKeys []string) (*licverifier.LicenseInfo, error)
- func GetOrganizations(client utils.HTTPClientI, token string) ([]*models.SubnetOrganization, error)
- func ParseLicense(client utils.HTTPClientI, license string) (*licverifier.LicenseInfo, error)
- type LicenseTokenConfig
- type LoginResp
- type MfaReq
Constants ¶
View Source
const (
// Constants for subnet configuration
ConsoleSubnetURL = "CONSOLE_SUBNET_URL"
)
Variables ¶
View Source
var (
OfflinePublicKeys = []string{
`-----BEGIN PUBLIC KEY-----
MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEaK31xujr6/rZ7ZfXZh3SlwovjC+X8wGq
qkltaKyTLRENd4w3IRktYYCRgzpDLPn/nrf7snV/ERO5qcI7fkEES34IVEr+2Uff
JkO2PfyyAYEO/5dBlPh1Undu9WQl6J7B
-----END PUBLIC KEY-----`,
}
)
Functions ¶
func GenerateRegToken ¶
func GenerateRegToken(clusterRegInfo mc.ClusterRegistrationInfo) (string, error)
func GetClusterRegInfo ¶
func GetClusterRegInfo(admInfo madmin.InfoMessage) mc.ClusterRegistrationInfo
func GetLicenseInfoFromJWT ¶
func GetLicenseInfoFromJWT(license string, publicKeys []string) (*licverifier.LicenseInfo, error)
GetLicenseInfoFromJWT will return license metadata from a jwt string license
func GetOrganizations ¶
func GetOrganizations(client utils.HTTPClientI, token string) ([]*models.SubnetOrganization, error)
func ParseLicense ¶
func ParseLicense(client utils.HTTPClientI, license string) (*licverifier.LicenseInfo, error)
ParseLicense parses the license with the bundle public key and return it's information
Types ¶
type LicenseTokenConfig ¶
func Register ¶
func Register(client utils.HTTPClientI, admInfo madmin.InfoMessage, apiKey, token, accountID string) (*LicenseTokenConfig, error)
type LoginResp ¶
func LoginWithMFA ¶
func LoginWithMFA(client utils.HTTPClientI, username, mfaToken, otp string) (*LoginResp, error)
Click to show internal directories.
Click to hide internal directories.