Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var AdminClientIDs = map[string]string{
"production": "72ekjh5laouap6qcfis521jlgi",
"staging": "1lb687dlpsmsfuj53r3je06vpp",
"staging01": "1lb687dlpsmsfuj53r3je06vpp",
"integration": "20fbrpgl28f8oehp6709mk3nnr",
}
AdminClientIDs allows the value of the `--env` option to map to the various Admin AWS Cognito user pool clients.
var AdminLoginURLs = map[string]string{
"production": "https://api-admin.openshiftusgov.com/auth",
"staging": "https://api-admin.stage.openshiftusgov.com/auth",
"staging01": "https://api.stage.openshiftusgov.com/auth",
"integration": "https://api-admin.int.openshiftusgov.com/auth",
}
AdminLoginURLs allows the value of the `--env` option to map to the various Admin login URLs.
var AdminTokenURLs = map[string]string{ "production": fmt.Sprintf("https://ocm-ra-production-domain.%s", cognitoURL), "staging": fmt.Sprintf("https://ocm-ra-stage-domain.%s", cognitoURL), "staging01": fmt.Sprintf("https://ocm-ra-stage-domain.%s", cognitoURL), "integration": fmt.Sprintf("https://rh-ocm-appsre-integration.%s", cognitoURL), }
AdminTokenURLs allows the value of the `--env` option to map to the various Admin AWS Cognito token URLs.
var AdminURLAliases = map[string]string{
"production": "https://api-admin.openshiftusgov.com",
"staging": "https://api-admin.stage.openshiftusgov.com",
"staging01": "https://api01.stage.openshiftusgov.com",
"integration": "https://api-admin.int.openshiftusgov.com",
}
AdminURLAliases allows the value of the `--env` option to map to the various Admin API URLs.
var ClientIDs = map[string]string{
"production": "72ekjh5laouap6qcfis521jlgi",
"staging": "console-dot",
"staging01": "console-dot",
"integration": "console-dot",
}
ClientIDs allows the value of the `--env` option to map to the Keycloak clients.
var JumpAccounts = map[string]string{
"production": "448648337690",
"staging": "448870092490",
"staging01": "448870092490",
"integration": "449053620653",
}
JumpAccounts are the various of AWS accounts used for the installer jump role in the various OCM environments
var LoginURLs = map[string]string{
"production": "https://api.openshiftusgov.com/auth",
"staging": "https://api.stage.openshiftusgov.com/auth",
"staging01": "https://api01.stage.openshiftusgov.com/auth",
"integration": "https://api.int.openshiftusgov.com/auth",
}
LoginURLs allows the value of the `--env` option to map to the various login URLs.
var TokenURLs = map[string]string{ "production": fmt.Sprintf("https://ocm-ra-production-domain.%s", cognitoURL), "staging": fmt.Sprintf("https://sso.stage.openshiftusgov.com/%s", keycloakURL), "staging01": fmt.Sprintf("https://sso01.stage.openshiftusgov.com/%s", keycloakURL), "integration": fmt.Sprintf("https://sso.int.openshiftusgov.com/%s", keycloakURL), }
TokenURLs allows the value of the `--env` option to map to the various AWS Cognito token URLs.
var URLAliases = map[string]string{
"production": "https://api.openshiftusgov.com",
"staging": "https://api.stage.openshiftusgov.com",
"staging01": "https://api01.stage.openshiftusgov.com",
"integration": "https://api.int.openshiftusgov.com",
}
URLAliases allows the value of the `--env` option to map to the various API URLs.
Functions ¶
func Enabled ¶
func Enabled() bool
Enabled returns a boolean flag that indicates if the fedramp mode is enabled.
func HasAdminFlag ¶ added in v1.2.24
func IsGovRegion ¶
Types ¶
This section is empty.