Documentation ¶
Index ¶
- Constants
- func DexLabelSelector() metav1.LabelSelector
- func GetAuthConfigName(name string) string
- func GetDefaultConnectorDescription(connectorDisplayName string, owner string) string
- func GetDexConfigName(name string) string
- func GetDexOperatorName(installation string) string
- func GetIdentifierURI(name string) string
- func GetIdpAppName(installation string, namespace string, name string) string
- func GetIssuerAddress(clusterDomain string) string
- func GetOwnerDisplayName(owner string) string
- func GetProviderName(owner string, name string) string
- func GetRedirectURI(issuerAddress string) string
- func GetVintageClusterDomain(baseDomain string) string
- func MCDexDefaultNamespacedName() types.NamespacedName
Constants ¶
View Source
const ( AppLabel = "app.kubernetes.io/name" AdminRoleName = "cluster-admin" DexAppLabelValue = "dex-app" AuthConfigName = "default-auth-config" DexConfigName = "default-dex-config" DexOperatorFinalizer = "dex-operator.finalizers.giantswarm.io/app-controller" DexOperatorLabelValue = "dex-operator" ClusterValuesConfigmapSuffix = "cluster-values" ValuesConfigMapKey = "values" MCDexAppDefaultName = "dex-app" MCDexAppDefaultNamespace = "giantswarm" BaseDomainKey = "baseDomain" ConnectorsKey = "connectors" DexResourceURI = "https://dex.giantswarm.io" OwnerGiantswarm = "giantswarm" OwnerCustomer = "customer" OwnerGiantswarmDisplayName = "Giant Swarm" OwnerCustomerDisplayName = "Customer" )
View Source
const (
SecretValidityMonths = 3
)
Variables ¶
This section is empty.
Functions ¶
func DexLabelSelector ¶
func DexLabelSelector() metav1.LabelSelector
func GetAuthConfigName ¶ added in v0.6.0
func GetDefaultConnectorDescription ¶ added in v0.7.0
func GetDexConfigName ¶ added in v0.4.0
func GetDexOperatorName ¶
func GetIdentifierURI ¶
func GetIssuerAddress ¶
func GetOwnerDisplayName ¶ added in v0.7.0
func GetProviderName ¶
func GetRedirectURI ¶
func GetVintageClusterDomain ¶
func MCDexDefaultNamespacedName ¶ added in v0.3.6
func MCDexDefaultNamespacedName() types.NamespacedName
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.