## You can modify the security context used to run CONTAINERS in the cluster
## For information regarding which settings are required per policy see: https://kubernetes.io/docs/concepts/security/pod-security-standards/
## An example that follows the Restricted profile is described below:
@ -84,7 +84,7 @@ auth:
##
ingress:
## @param ingress.enabled True to deploy an ingress
## @param ingress.enabled True to deploy an ingress.
## If true, Squidex Ingress will be created.
##
enabled:true
@ -107,7 +107,7 @@ ingress:
env:
# Define the type of the event store
## @param env.EVENTSTORE__MONGODB__DATABASE The name of the database for events
## @param env.EVENTSTORE__MONGODB__DATABASE The name of the database for events.
EVENTSTORE__MONGODB__DATABASE:"Squidex"
## @skip env.EVENTSTORE__TYPE
@ -122,10 +122,10 @@ env:
## @param env.IDENTITY__ADMINPASSWORD The initial admin email address.
##
IDENTITY__ADMINPASSWORD:""
## @param env.IDENTITY__ADMINRECREATE Recreate the admin if it does not exist or the password does not match
## @param env.IDENTITY__ADMINRECREATE Recreate the admin if it does not exist or the password does not match.
##
IDENTITY__ADMINRECREATE:false#
## @param env.IDENTITY__ALLOWPASSWORDAUTH Enable password auth. Set this to false if you want to disable local login, leaving only 3rd party login options
## @param env.IDENTITY__ALLOWPASSWORDAUTH Enable password auth. Set this to false if you want to disable local login, leaving only 3rd party login options.
##
IDENTITY__ALLOWPASSWORDAUTH:"true"
## @param env.IDENTITY__LOCKAUTOMATICALLY Lock new users automatically, the administrator must unlock them.
@ -134,7 +134,7 @@ env:
## @param env.IDENTITY__PRIVACYURL The url to you privacy statements.
##
IDENTITY__PRIVACYURL:"https://squidex.io/privacy"
## @param env.IDENTITY__SHOWPII Set to true to show PII (Personally Identifiable Information) in the logs
## @param env.IDENTITY__SHOWPII Set to true to show PII (Personally Identifiable Information) in the logs.
##
IDENTITY__SHOWPII:true#
@ -178,7 +178,7 @@ env:
## @param env.IDENTITY__OIDCMETADATAADDRESS A custom address for OIDC metadata.
##
IDENTITY__OIDCMETADATAADDRESS:null
## @param env.IDENTITY__OIDCNAME The name of the OIDC integration or server. Used in the UI
## @param env.IDENTITY__OIDCNAME The name of the OIDC integration or server. Used in the UI.
##
IDENTITY__OIDCNAME:null
## @param env.IDENTITY__OIDCRESPONSETYPE The type of the response. id_token or code.
@ -208,16 +208,16 @@ env:
## @param env.LOGGING__HUMAN Setting the flag to true, enables well formatteds json logs.
| `env.IDENTITY__ADMINRECREATE` | Recreate the admin if it does not exist or the password does not match | `false` |
| `env.IDENTITY__ALLOWPASSWORDAUTH` | Enable password auth. Set this to false if you want to disable local login, leaving only 3rd party login options | `true` |
| `env.IDENTITY__LOCKAUTOMATICALLY` | Lock new users automatically, the administrator must unlock them. | `false` |
| `env.IDENTITY__PRIVACYURL` | The url to you privacy statements. | `https://squidex.io/privacy` |
| `env.IDENTITY__SHOWPII` | Set to true to show PII (Personally Identifiable Information) in the logs | `true` |
| `env.IDENTITY__GOOGLECLIENT` | Google client ID (keep empty to disable Google authentication). | `nil` |
| `env.IDENTITY__GOOGLESECRET` | Google client secret (keep empty to disable Google authentication). | `nil` |
| `env.IDENTITY__GITHUBCLIENT` | Github client ID (keep empty to disable Github authentication). | `nil` |
| `env.IDENTITY__ADMINRECREATE` | Recreate the admin if it does not exist or the password does not match. | `false` |
| `env.IDENTITY__ALLOWPASSWORDAUTH` | Enable password auth. Set this to false if you want to disable local login, leaving only 3rd party login options. | `true` |
| `env.IDENTITY__LOCKAUTOMATICALLY` | Lock new users automatically, the administrator must unlock them. | `false` |
| `env.IDENTITY__PRIVACYURL` | The url to you privacy statements. | `https://squidex.io/privacy` |
| `env.IDENTITY__SHOWPII` | Set to true to show PII (Personally Identifiable Information) in the logs. | `true` |
| `env.IDENTITY__GOOGLECLIENT` | Google client ID (keep empty to disable Google authentication). | `nil` |
| `env.IDENTITY__GOOGLESECRET` | Google client secret (keep empty to disable Google authentication). | `nil` |
| `env.IDENTITY__GITHUBCLIENT` | Github client ID (keep empty to disable Github authentication). | `nil` |
## @param env.EVENTSTORE__MONGODB__DATABASE The name of the database for events
## @param env.EVENTSTORE__MONGODB__DATABASE The name of the database for events.
EVENTSTORE__MONGODB__DATABASE:"Squidex"
## @skip env.EVENTSTORE__TYPE
@ -222,10 +222,10 @@ env:
## @param env.IDENTITY__ADMINPASSWORD The initial admin email address.
##
IDENTITY__ADMINPASSWORD:""
## @param env.IDENTITY__ADMINRECREATE Recreate the admin if it does not exist or the password does not match
## @param env.IDENTITY__ADMINRECREATE Recreate the admin if it does not exist or the password does not match.
##
IDENTITY__ADMINRECREATE:false
## @param env.IDENTITY__ALLOWPASSWORDAUTH Enable password auth. Set this to false if you want to disable local login, leaving only 3rd party login options
## @param env.IDENTITY__ALLOWPASSWORDAUTH Enable password auth. Set this to false if you want to disable local login, leaving only 3rd party login options.
##
IDENTITY__ALLOWPASSWORDAUTH:"true"
## @param env.IDENTITY__LOCKAUTOMATICALLY Lock new users automatically, the administrator must unlock them.
@ -234,7 +234,7 @@ env:
## @param env.IDENTITY__PRIVACYURL The url to you privacy statements.
##
IDENTITY__PRIVACYURL:"https://squidex.io/privacy"
## @param env.IDENTITY__SHOWPII Set to true to show PII (Personally Identifiable Information) in the logs
## @param env.IDENTITY__SHOWPII Set to true to show PII (Personally Identifiable Information) in the logs.
##
IDENTITY__SHOWPII:true#
@ -278,7 +278,7 @@ env:
## @param env.IDENTITY__OIDCMETADATAADDRESS A custom address for OIDC metadata.
##
IDENTITY__OIDCMETADATAADDRESS:null
## @param env.IDENTITY__OIDCNAME The name of the OIDC integration or server. Used in the UI
## @param env.IDENTITY__OIDCNAME The name of the OIDC integration or server. Used in the UI.
##
IDENTITY__OIDCNAME:null
## @param env.IDENTITY__OIDCRESPONSETYPE The type of the response. id_token or code.
@ -308,16 +308,16 @@ env:
## @param env.LOGGING__HUMAN Setting the flag to true, enables well formatteds json logs.