-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,116 +1,11 @@ | ||
dependencies: | ||
- allOf: | ||
- aiven-operator | ||
- aivenator | ||
- replicator | ||
- naiserator | ||
environmentKinds: | ||
- tenant | ||
- legacy | ||
timeout: "1800s" | ||
- onprem | ||
values: | ||
aiven.project: | ||
description: Aiven project for Redis. | ||
computed: | ||
template: '"{{ .Env.aiven_project }}"' | ||
aiven.redisPlan: | ||
description: Aiven plan for Redis. | ||
required: true | ||
config: | ||
type: string | ||
aiven.prometheusEndpointId: | ||
description: Aiven Prometheus integration endpoint ID. | ||
computed: | ||
template: '"{{ .Env.aiven_prometheus_endpoint_id }}"' | ||
azure.enabled: | ||
description: Enable Azure AD. Requires Azurerator to be enabled. | ||
config: | ||
type: bool | ||
azure.forwardAuth.enabled: | ||
description: Enables forward auth server. Requires Azurerator and loadbalancer-fa to be enabled. | ||
config: | ||
type: bool | ||
azure.forwardAuth.groupIds: | ||
description: Additional group IDs to grant access to | ||
config: | ||
type: string_array | ||
azure.forwardAuth.sessionCookieEncryptionKey: | ||
description: Cookie encryption key, 256 bits (e.g. 32 ASCII characters) encoded with standard base64. | ||
config: | ||
type: string | ||
secret: true | ||
azure.forwardAuth.ssoDomain: | ||
description: Cookie domain for forward auth | ||
config: | ||
type: string | ||
azure.forwardAuth.ssoDefaultRedirectURL: | ||
description: Default redirect URL for forward auth | ||
config: | ||
type: string | ||
idporten.enabled: | ||
description: Enable ID-porten. Requires Digdirator to be enabled. | ||
config: | ||
type: bool | ||
idporten.legacyCookie: | ||
description: Set legacy session cookie for logins. | ||
config: | ||
type: bool | ||
idporten.openidResourceIndicator: | ||
description: Resource indicator for audience-restricted tokens. | ||
config: | ||
type: string | ||
idporten.openidPostLogoutRedirectURL: | ||
description: Where to redirect the user after global logout. | ||
config: | ||
type: string | ||
idporten.replicasMax: | ||
description: Maximum replicas for SSO server. | ||
config: | ||
type: int | ||
idporten.replicasMin: | ||
description: Minimum replicas for SSO server. | ||
config: | ||
type: int | ||
idporten.sessionCookieEncryptionKey: | ||
description: Cookie encryption key, 256 bits (e.g. 32 ASCII characters) encoded with standard base64. | ||
config: | ||
type: string | ||
secret: true | ||
idporten.sessionCookieName: | ||
description: Cookie name for SSO sessions. | ||
config: | ||
type: string | ||
idporten.ssoDefaultRedirectURL: | ||
description: Fallback URL for invalid SSO redirects. | ||
config: | ||
type: string | ||
idporten.ssoDomain: | ||
description: Allowed domain for SSO (for cookies, CORS and redirect URL validation). | ||
config: | ||
type: string | ||
idporten.ssoServerHost: | ||
description: Host for SSO server. | ||
config: | ||
type: string | ||
idporten.ingressClassName: | ||
description: Ingress class for SSO server. | ||
config: | ||
type: string | ||
image.tag: | ||
config: | ||
type: string | ||
openid.enabled: | ||
description: Enable OpenID config. | ||
config: | ||
type: bool | ||
ignoreKind: | ||
- legacy | ||
openid.wellKnownUrl: | ||
description: Well-known URL to the identity provider. | ||
config: | ||
type: string | ||
ignoreKind: | ||
- legacy | ||
resourceSuffix: | ||
description: Suffix for resources that may conflict in parallel environments. | ||
config: | ||
type: string |