すべての設定オプション
ビルド時に固定される構成プロパティ - 他のすべての構成プロパティは実行時にオーバーライド可能
型 |
デフォルト |
|||
---|---|---|---|---|
The exception classes expected to be thrown by the handler. Any exception thrown by the handler that is an instance of a class in this list will not be logged, but will otherwise be handled normally by the lambda runtime. This is useful for avoiding unnecessary stack traces while preserving the ability to log unexpected exceptions. Environment variable: Show more |
list of class name |
|||
The handler name. Handler names are specified on handler classes using the Environment variable: Show more |
string |
|||
型 |
デフォルト |
|||
Setting to true will start event server even if quarkus.devservices.enabled=false Environment variable: Show more |
boolean |
|
||
Port to access mock event server in dev mode Environment variable: Show more |
int |
|
||
Port to access mock event server in dev mode Environment variable: Show more |
int |
|
||
型 |
デフォルト |
|||
Enable security mechanisms to process lambda and AWS based security (i.e. Cognito, IAM) from the http event sent from API Gateway Environment variable: Show more |
boolean |
|
||
If true, runtime will search Cognito JWT claims for "cognito:groups" and add them as Quarkus security roles. True by default Environment variable: Show more |
boolean |
|
||
Cognito claim that contains roles you want to map. Defaults to "cognito:groups" Environment variable: Show more |
string |
|
||
Regular expression to locate role values within a Cognito claim string. By default it looks for space delimited strings enclosed in brackets "[^\[\] \t]+" Environment variable: Show more |
string |
|
||
型 |
デフォルト |
|||
The datasource URL Environment variable: Show more |
string |
|||
The initial size of the pool. Usually you will want to set the initial size to match at least the minimal size, but this is not enforced so to allow for architectures which prefer a lazy initialization of the connections on boot, while being able to sustain a minimal pool size after boot. Environment variable: Show more |
int |
|||
The datasource pool minimum size Environment variable: Show more |
int |
|
||
The datasource pool maximum size Environment variable: Show more |
int |
|
||
The interval at which we validate idle connections in the background. Set to Environment variable: Show more |
|
|||
Perform foreground validation on connections that have been idle for longer than the specified interval. Environment variable: Show more |
||||
The timeout before cancelling the acquisition of a new connection Environment variable: Show more |
|
|||
The interval at which we check for connection leaks. Environment variable: Show more |
|
|||
The interval at which we try to remove idle connections. Environment variable: Show more |
|
|||
The max lifetime of a connection. Environment variable: Show more |
|
|||
The transaction isolation level. Environment variable: Show more |
|
|||
Collect and display extra troubleshooting info on leaked connections. Environment variable: Show more |
boolean |
|
||
Allows connections to be flushed upon return to the pool. It’s not enabled by default. Environment variable: Show more |
boolean |
|
||
When enabled, Agroal will be able to produce a warning when a connection is returned to the pool without the application having closed all open statements. This is unrelated with tracking of open connections. Disable for peak performance, but only when there’s high confidence that no leaks are happening. Environment variable: Show more |
boolean |
|
||
Query executed when first using a connection. Environment variable: Show more |
string |
|||
Query executed to validate a connection. Environment variable: Show more |
string |
|||
Disable pooling to prevent reuse of Connections. Use this when an external pool manages the life-cycle of Connections. Environment variable: Show more |
boolean |
|
||
Require an active transaction when acquiring a connection. Recommended for production. WARNING: Some extensions acquire connections without holding a transaction for things like schema updates and schema validation. Setting this setting to STRICT may lead to failures in those cases. Environment variable: Show more |
|
|||
Enable JDBC tracing. Environment variable: Show more |
boolean |
|
||
Trace calls with active Spans only Environment variable: Show more |
boolean |
|
||
Ignore specific queries from being traced Environment variable: Show more |
string |
|
||
Enable OpenTelemetry JDBC instrumentation. Environment variable: Show more |
boolean |
|
||
Other unspecified properties to be passed to the JDBC driver when creating new connections. Environment variable: Show more |
|
|||
型 |
デフォルト |
|||
If we create a JDBC datasource for this datasource. Environment variable: Show more |
boolean |
|
||
The datasource driver class name Environment variable: Show more |
string |
|||
Whether we want to use regular JDBC transactions, XA, or disable all transactional capabilities. When enabling XA you will need a driver implementing Environment variable: Show more |
|
|
||
Enable datasource metrics collection. If unspecified, collecting metrics will be enabled by default if a metrics extension is active. Environment variable: Show more |
boolean |
|||
Enable JDBC tracing. Disabled by default. Environment variable: Show more |
boolean |
|
||
Enable OpenTelemetry JDBC instrumentation. Environment variable: Show more |
boolean |
|
||
型 |
デフォルト |
|||
The datasource URL Environment variable: Show more |
string |
|||
The initial size of the pool. Usually you will want to set the initial size to match at least the minimal size, but this is not enforced so to allow for architectures which prefer a lazy initialization of the connections on boot, while being able to sustain a minimal pool size after boot. Environment variable: Show more |
int |
|||
The datasource pool minimum size Environment variable: Show more |
int |
|
||
The datasource pool maximum size Environment variable: Show more |
int |
|
||
The interval at which we validate idle connections in the background. Set to Environment variable: Show more |
|
|||
Perform foreground validation on connections that have been idle for longer than the specified interval. Environment variable: Show more |
||||
The timeout before cancelling the acquisition of a new connection Environment variable: Show more |
|
|||
The interval at which we check for connection leaks. Environment variable: Show more |
|
|||
The interval at which we try to remove idle connections. Environment variable: Show more |
|
|||
The max lifetime of a connection. Environment variable: Show more |
|
|||
The transaction isolation level. Environment variable: Show more |
|
|||
Collect and display extra troubleshooting info on leaked connections. Environment variable: Show more |
boolean |
|
||
Allows connections to be flushed upon return to the pool. It’s not enabled by default. Environment variable: Show more |
boolean |
|
||
When enabled, Agroal will be able to produce a warning when a connection is returned to the pool without the application having closed all open statements. This is unrelated with tracking of open connections. Disable for peak performance, but only when there’s high confidence that no leaks are happening. Environment variable: Show more |
boolean |
|
||
Query executed when first using a connection. Environment variable: Show more |
string |
|||
Query executed to validate a connection. Environment variable: Show more |
string |
|||
Disable pooling to prevent reuse of Connections. Use this when an external pool manages the life-cycle of Connections. Environment variable: Show more |
boolean |
|
||
Require an active transaction when acquiring a connection. Recommended for production. WARNING: Some extensions acquire connections without holding a transaction for things like schema updates and schema validation. Setting this setting to STRICT may lead to failures in those cases. Environment variable: Show more |
|
|||
Other unspecified properties to be passed to the JDBC driver when creating new connections. Environment variable: Show more |
|
|||
Enable JDBC tracing. Environment variable: Show more |
boolean |
|
||
Trace calls with active Spans only Environment variable: Show more |
boolean |
|
||
Ignore specific queries from being traced Environment variable: Show more |
string |
|
||
Enable OpenTelemetry JDBC instrumentation. Environment variable: Show more |
boolean |
|
||
型 |
デフォルト |
|||
Whether a health check is published in case the smallrye-health extension is present. If you enable the health check, you must specify the Environment variable: Show more |
boolean |
|
||
Whether to enable Snappy in native mode. Note that Snappy requires GraalVM 21+ and embeds a native library in the native executable. This library is unpacked and loaded when the application starts. Environment variable: Show more |
boolean |
|
||
If Dev Services for Kafka has been explicitly enabled or disabled. Dev Services are generally enabled by default, unless there is an existing configuration present. For Kafka, Dev Services starts a broker unless Environment variable: Show more |
boolean |
|||
Optional fixed port the dev service will listen to. If not defined, the port will be chosen randomly. Environment variable: Show more |
int |
|||
Kafka dev service container type. Redpanda, Strimzi and kafka-native container providers are supported. Default is redpanda. For Redpanda: See https://vectorized.io/docs/quick-start-docker/ and https://hub.docker.com/r/vectorized/redpanda For Strimzi: See https://github.com/strimzi/test-container and https://quay.io/repository/strimzi-test-container/test-container For Kafka Native: See https://github.com/ozangunalp/kafka-native and https://quay.io/repository/ogunalp/kafka-native Note that Strimzi and Kafka Native images are launched in Kraft mode. Environment variable: Show more |
|
|
||
The Kafka container image to use. Dependent on the provider. Environment variable: Show more |
string |
|||
Indicates if the Kafka broker managed by Quarkus Dev Services is shared. When shared, Quarkus looks for running containers using label-based service discovery. If a matching container is found, it is used, and so a second one is not started. Otherwise, Dev Services for Kafka starts a new container. The discovery uses the Container sharing is only used in dev mode. Environment variable: Show more |
boolean |
|
||
The value of the This property is used when you need multiple shared Kafka brokers. Environment variable: Show more |
string |
|
||
Timeout for admin client calls used in topic creation. Defaults to 2 seconds. Environment variable: Show more |
|
|||
Enables transaction support. Also enables the producer idempotence. Find more info about Red Panda transaction support on https://vectorized.io/blog/fast-transactions/. Notice that KIP-447 (producer scalability for exactly once semantic) and KIP-360 (Improve reliability of idempotent/transactional producer) are not supported. Environment variable: Show more |
boolean |
|
||
The topic-partition pairs to create in the Dev Services Kafka broker. After the broker is started, given topics with partitions are created, skipping already existing topics. For example, The topic creation will not try to re-partition existing topics with different number of partitions. Environment variable: Show more |
|
|||
Environment variables that are passed to the container. Environment variable: Show more |
|
|||
型 |
デフォルト |
|||
Whether a health check is published in case the smallrye-health extension is present (defaults to true). Environment variable: Show more |
boolean |
|
||
A unique identifier for this Kafka Streams application. If not set, defaults to quarkus.application.name. Environment variable: Show more |
string |
|
||
A comma-separated list of host:port pairs identifying the Kafka bootstrap server(s). If not set, fallback to Environment variable: Show more |
list of host:port |
|
||
A unique identifier of this application instance, typically in the form host:port. Environment variable: Show more |
string |
|||
A comma-separated list of topic names. The pipeline will only be started once all these topics are present in the Kafka cluster and Environment variable: Show more |
list of string |
|||
Timeout to wait for topic names to be returned from admin client. If set to 0 (or negative), Environment variable: Show more |
|
|||
The schema registry key. Different schema registry libraries expect a registry URL in different configuration properties. For Apicurio Registry, use Environment variable: Show more |
string |
|
||
The schema registry URL. Environment variable: Show more |
string |
|||
The security protocol to use See https://docs.confluent.io/current/streams/developer-guide/security.html#security-example Environment variable: Show more |
string |
|||
SASL mechanism used for client connections Environment variable: Show more |
string |
|||
JAAS login context parameters for SASL connections in the format used by JAAS configuration files Environment variable: Show more |
string |
|||
The fully qualified name of a SASL client callback handler class Environment variable: Show more |
string |
|||
The fully qualified name of a SASL login callback handler class Environment variable: Show more |
string |
|||
The fully qualified name of a class that implements the Login interface Environment variable: Show more |
string |
|||
The Kerberos principal name that Kafka runs as Environment variable: Show more |
string |
|||
Kerberos kinit command path Environment variable: Show more |
string |
|||
Login thread will sleep until the specified window factor of time from last refresh Environment variable: Show more |
double |
|||
Percentage of random jitter added to the renewal time Environment variable: Show more |
double |
|||
Percentage of random jitter added to the renewal time Environment variable: Show more |
長 |
|||
Login refresh thread will sleep until the specified window factor relative to the credential’s lifetime has been reached- Environment variable: Show more |
double |
|||
The maximum amount of random jitter relative to the credential’s lifetime Environment variable: Show more |
double |
|||
The desired minimum duration for the login refresh thread to wait before refreshing a credential Environment variable: Show more |
||||
The amount of buffer duration before credential expiration to maintain when refreshing a credential Environment variable: Show more |
||||
The SSL protocol used to generate the SSLContext Environment variable: Show more |
string |
|||
The name of the security provider used for SSL connections Environment variable: Show more |
string |
|||
A list of cipher suites Environment variable: Show more |
string |
|||
The list of protocols enabled for SSL connections Environment variable: Show more |
string |
|||
Trust store type Environment variable: Show more |
string |
|||
Trust store location Environment variable: Show more |
string |
|||
Trust store password Environment variable: Show more |
string |
|||
Trust store certificates Environment variable: Show more |
string |
|||
Key store type Environment variable: Show more |
string |
|||
Key store location Environment variable: Show more |
string |
|||
Key store password Environment variable: Show more |
string |
|||
Key store private key Environment variable: Show more |
string |
|||
Key store certificate chain Environment variable: Show more |
string |
|||
Password of the private key in the key store Environment variable: Show more |
string |
|||
The algorithm used by key manager factory for SSL connections Environment variable: Show more |
string |
|||
The algorithm used by trust manager factory for SSL connections Environment variable: Show more |
string |
|||
The endpoint identification algorithm to validate server hostname using server certificate Environment variable: Show more |
string |
|
||
The SecureRandom PRNG implementation to use for SSL cryptography operations Environment variable: Show more |
string |
|||
型 |
デフォルト |
|||
An unused bean:
Environment variable: Show more |
string |
|
||
If set to true Environment variable: Show more |
boolean |
|
||
If set to true, the bytecode of unproxyable beans will be transformed. This ensures that a proxy/subclass can be created properly. If the value is set to false, then an exception is thrown at build time indicating that a subclass/proxy could not be created. Quarkus performs the following transformations when this setting is enabled:
Environment variable: Show more |
boolean |
|
||
If set to true, the bytecode of private fields that are injection points will be transformed to package private. This ensures that field injection can be performed completely reflection-free. If the value is set to false, then a reflection fallback is used to perform the injection. Environment variable: Show more |
boolean |
|
||
If set to true (the default), the build fails if a private method that is neither an observer nor a producer, is annotated with an interceptor binding. An example of this is the use of Environment variable: Show more |
boolean |
|
||
The list of selected alternatives for an application. An element value can be:
Environment variable: Show more |
list of string |
|||
If set to true then Environment variable: Show more |
boolean |
|
||
The list of types that should be excluded from discovery. An element value can be:
Environment variable: Show more |
list of string |
|||
List of types that should be considered unremovable regardless of whether they are directly used or not. This is a configuration option equivalent to using An element value can be:
Environment variable: Show more |
list of string |
|||
If set to true then the container attempts to detect "unused removed beans" false positives during programmatic lookup at runtime. You can disable this feature to conserve some memory when running your application in production. Environment variable: Show more |
boolean |
|
||
If set to true then the container attempts to detect wrong usages of annotations and eventually fails the build to prevent unexpected behavior of a Quarkus application. A typical example is Environment variable: Show more |
boolean |
|
||
If set to The strict mode is mainly introduced to allow passing the CDI Lite TCK. Applications are recommended to use the default, non-strict mode, which makes CDI more convenient to use. The "strictness" of the strict mode (the set of additional validations and the set of disabled improvements on top of the CDI specification) may change over time. Note that Environment variable: Show more |
boolean |
|
||
If set to true then the container monitors business method invocations and fired events during the development mode.
Environment variable: Show more |
boolean |
|
||
If set to true then disable Environment variable: Show more |
boolean |
|
||
The list of packages that will not be checked for split package issues. A package string representation can be:
Environment variable: Show more |
list of string |
|||
If set to true and SmallRye Context Propagation extension is present then enable the context propagation for CDI contexts. Environment variable: Show more |
boolean |
|
||
型 |
デフォルト |
|||
The maven groupId of the artifact. Environment variable: Show more |
string |
required |
||
The maven artifactId of the artifact. Environment variable: Show more |
string |
required |
||
The maven classifier of the artifact. Environment variable: Show more |
string |
|||
型 |
デフォルト |
|||
App name for azure function project. This is required setting. Defaults to the base artifact name Environment variable: Show more |
string |
|||
Azure Resource Group for your Azure Functions Environment variable: Show more |
string |
|
||
Specifies the region where your Azure Functions will be hosted; default value is westus. Valid values Environment variable: Show more |
string |
|
||
Specifies whether to disable application insights for your function app Environment variable: Show more |
boolean |
|
||
Specifies the instrumentation key of application insights which will bind to your function app Environment variable: Show more |
string |
|||
Valid values are linux, windows, and docker Environment variable: Show more |
string |
|
||
Valid values are 8, 11, and 17 Environment variable: Show more |
string |
|
||
URL of docker image if deploying via docker Environment variable: Show more |
string |
|||
If using docker, url of registry Environment variable: Show more |
string |
|||
Description of each type can be found here Valid values are
Environment variable: Show more |
string |
|
||
Filesystem path to properties file if using file type Environment variable: Show more |
string |
|||
Client or App Id required if using managed_identity type Environment variable: Show more |
string |
|||
Tenant Id required if using oauth2 or device_code type Environment variable: Show more |
string |
|||
Specifies the name of the existing App Service Plan when you do not want to create a new one. Environment variable: Show more |
string |
|
||
Environment variable: |
string |
|||
Azure subscription id. Required only if there are more than one subscription in your account Environment variable: Show more |
string |
|||
Environment variable: |
string |
|||
Port to run azure function in local runtime. Will default to quarkus.http.test-port or 8081 Environment variable: Show more |
int |
|||
Config String for local debug Environment variable: Show more |
string |
|
||
Specifies the application settings for your Azure Functions, which are defined in name-value pairs Environment variable: Show more |
|
|||
型 |
デフォルト |
|||
string |
|
|||
Whether or not the cache extension is enabled. Environment variable: Show more |
boolean |
|
||
Default configuration applied to all Caffeine caches (lowest precedence) |
型 |
デフォルト |
||
Minimum total size for the internal data structures. Providing a large enough estimate at construction time avoids the need for expensive resizing operations later, but setting this value unnecessarily high wastes memory. Environment variable: Show more |
int |
|||
Maximum number of entries the cache may contain. Note that the cache may evict an entry before this limit is exceeded or temporarily exceed the threshold while evicting. As the cache size grows close to the maximum, the cache evicts entries that are less likely to be used again. For example, the cache may evict an entry because it hasn’t been used recently or very often. Environment variable: Show more |
長 |
|||
Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry’s creation, or the most recent replacement of its value. Environment variable: Show more |
||||
Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry’s creation, the most recent replacement of its value, or its last read. Environment variable: Show more |
||||
Whether or not metrics are recorded if the application depends on the Micrometer extension. Setting this value to Environment variable: Show more |
boolean |
|||
Additional configuration applied to a specific Caffeine cache (highest precedence) |
型 |
デフォルト |
||
Minimum total size for the internal data structures. Providing a large enough estimate at construction time avoids the need for expensive resizing operations later, but setting this value unnecessarily high wastes memory. Environment variable: Show more |
int |
|||
Maximum number of entries the cache may contain. Note that the cache may evict an entry before this limit is exceeded or temporarily exceed the threshold while evicting. As the cache size grows close to the maximum, the cache evicts entries that are less likely to be used again. For example, the cache may evict an entry because it hasn’t been used recently or very often. Environment variable: Show more |
長 |
|||
Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry’s creation, or the most recent replacement of its value. Environment variable: Show more |
||||
Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry’s creation, the most recent replacement of its value, or its last read. Environment variable: Show more |
||||
Whether or not metrics are recorded if the application depends on the Micrometer extension. Setting this value to Environment variable: Show more |
boolean |
|||
型 |
デフォルト |
|||
The group the container image will be part of Environment variable: Show more |
string |
|||
The name of the container image. If not set defaults to the application name Environment variable: Show more |
string |
|
||
The tag of the container image. If not set defaults to the application version Environment variable: Show more |
string |
|
||
Additional tags of the container image. Environment variable: Show more |
list of string |
|||
The container registry to use Environment variable: Show more |
string |
|||
Represents the entire image string. If set, then Environment variable: Show more |
string |
|||
The username to use to authenticate with the registry where the built image will be pushed Environment variable: Show more |
string |
|||
The password to use to authenticate with the registry where the built image will be pushed Environment variable: Show more |
string |
|||
Whether or not insecure registries are allowed Environment variable: Show more |
boolean |
|
||
Whether or not a image build will be performed. Environment variable: Show more |
boolean |
|||
Whether or not an image push will be performed. Environment variable: Show more |
boolean |
|||
The name of the container image extension to use (e.g. docker, jib, s2i). The option will be used in case multiple extensions are present. Environment variable: Show more |
string |
|||
Custom labels to add to the generated image. Environment variable: Show more |
|
|||
型 |
デフォルト |
|||
The buildpacks builder image to use when building the project in jvm mode. Environment variable: Show more |
string |
|||
The buildpacks builder image to use when building the project in jvm mode. Environment variable: Show more |
string |
|||
The buildpacks run image to use when building the project When not supplied, the run image is determined by the builder image. Environment variable: Show more |
string |
|||
Max pull timeout for builder/run images, in seconds Environment variable: Show more |
int |
|
||
DOCKER_HOST value to use. If not set, the env var DOCKER_HOST is used, if that is not set the value `unix:///var/run/docker.sock' (or 'npipe:///./pipe/docker_engine' for windows) is used. Environment variable: Show more |
string |
|||
Log level to use.. Defaults to 'info' Environment variable: Show more |
string |
|
||
The username to use to authenticate with the registry used to pull the base JVM image Environment variable: Show more |
string |
|||
The password to use to authenticate with the registry used to pull the base JVM image Environment variable: Show more |
string |
|||
Environment key/values to pass to buildpacks. Environment variable: Show more |
|
|||
型 |
デフォルト |
|||
Path to the JVM Dockerfile. If set to an absolute path then the absolute path will be used, otherwise the path will be considered relative to the project root. If not set src/main/docker/Dockerfile.jvm will be used. Environment variable: Show more |
string |
|
||
Path to the native Dockerfile. If set to an absolute path then the absolute path will be used, otherwise the path will be considered relative to the project root. If not set src/main/docker/Dockerfile.native will be used. Environment variable: Show more |
string |
|
||
Images to consider as cache sources. Values are passed to Environment variable: Show more |
list of string |
|||
The networking mode for the RUN instructions during build Environment variable: Show more |
string |
|||
Name of binary used to execute the docker commands. This setting can override the global container runtime detection. Environment variable: Show more |
string |
|||
Additional arbitrary arguments passed to the executable when building the container image. Environment variable: Show more |
list of string |
|||
Build args passed to docker via Environment variable: Show more |
|
|||
型 |
デフォルト |
|||
Which platform(s) to target during the build. See https://docs.docker.com/engine/reference/commandline/buildx_build/#platform Environment variable: Show more |
list of string |
|||
Sets the export action for the build result. See https://docs.docker.com/engine/reference/commandline/buildx_build/#output. Note that any filesystem paths need to be absolute paths, not relative from where the command is executed from. Environment variable: Show more |
string |
|||
Set type of progress output ( Environment variable: Show more |
string |
|||
型 |
デフォルト |
|||
The base image to be used when a container image is being produced for the jar build. When the application is built against Java 21 or higher, Environment variable: Show more |
string |
|||
The base image to be used when a container image is being produced for the native binary build. The default is "quay.io/quarkus/quarkus-micro-image". You can also use "registry.access.redhat.com/ubi8/ubi-minimal" which is a bigger base image, but provide more built-in utilities such as the microdnf package manager. Environment variable: Show more |
string |
|
||
The JVM arguments to pass to the JVM when starting the application Environment variable: Show more |
list of string |
|
||
Additional JVM arguments to pass to the JVM when starting the application Environment variable: Show more |
list of string |
|||
Additional arguments to pass when starting the native application Environment variable: Show more |
list of string |
|||
If this is set, then it will be used as the entry point of the container image. There are a few things to be aware of when creating an entry point
Environment variable: Show more |
list of string |
|||
If this is set, then it will be used as the entry point of the container image. There are a few things to be aware of when creating an entry point
Environment variable: Show more |
list of string |
|||
The username to use to authenticate with the registry used to pull the base JVM image Environment variable: Show more |
string |
|||
The password to use to authenticate with the registry used to pull the base JVM image Environment variable: Show more |
string |
|||
list of int |
|
|||
The user to use in generated image Environment variable: Show more |
string |
|||
The working directory to use in the generated image. The default value is chosen to work in accordance with the default base image. Environment variable: Show more |
string |
|
||
Controls the optimization which skips downloading base image layers that exist in a target registry. If the user does not set this property, then read as false. If Environment variable: Show more |
boolean |
|
||
List of target platforms. Each platform is defined using the pattern:
for example:
If not specified, OS default is linux and architecture default is Environment variable: Show more |
list of string |
|||
The path of a file in which the digest of the generated image will be written. If the path is relative, the base path is the output directory of the build tool. Environment variable: Show more |
string |
|
||
The path of a file in which the id of the generated image will be written. If the path is relative, the base path is the output directory of the build tool. Environment variable: Show more |
string |
|
||
Whether or not to operate offline. Environment variable: Show more |
boolean |
|
||
Name of binary used to execute the docker commands. This is only used by Jib when the container image is being built locally. Environment variable: Show more |
string |
|||
Whether to set the creation time to the actual build time. Otherwise, the creation time will be set to the Unix epoch (00:00:00, January 1st, 1970 in UTC). See Jib FAQ for more information Environment variable: Show more |
boolean |
|
||
Whether to set the modification time (last modified time) of the files put by Jib in the image to the actual build time. Otherwise, the modification time will be set to the Unix epoch (00:00:00, January 1st, 1970 in UTC). If the modification time is constant (flag is set to false so Unix epoch is used) across two consecutive builds, the docker layer sha256 digest will be different only if the actual files added by Jib to the docker layer were changed. More exactly, having 2 consecutive builds will generate different docker layers only if the actual content of the files within the docker layer was changed. If the current timestamp is used the sha256 digest of the docker layer will always be different even if the content of the files didn’t change. Environment variable: Show more |
boolean |
|
||
Environment variables to add to the container image Environment variable: Show more |
|
|||
Sets environment variables used by the Docker executable. This is only used by Jib when the container image is being built locally. Environment variable: Show more |
|
|||
型 |
デフォルト |
|||
The build config strategy to use. Environment variable: Show more |
|
|
||
The base image to be used when a container image is being produced for the jar build. The value of this property is used to create an ImageStream for the builder image used in the Openshift build. When it references images already available in the internal Openshift registry, the corresponding streams are used instead. When the application is built against Java 21 or higher, Environment variable: Show more |
string |
|||
The base image to be used when a container image is being produced for the native binary build. The value of this property is used to create an ImageStream for the builder image used in the Openshift build. When it references images already available in the internal Openshift registry, the corresponding streams are used instead. Environment variable: Show more |
string |
|
||
The default Dockerfile to use for jvm builds Environment variable: Show more |
string |
|
||
The default Dockerfile to use for native builds Environment variable: Show more |
string |
|
||
The JVM arguments to pass to the JVM when starting the application Environment variable: Show more |
list of string |
|||
Additional arguments to pass when starting the native application Environment variable: Show more |
list of string |
|||
The directory where the jar is added during the assemble phase. This is dependent on the S2I image and should be supplied if a non default image is used. Environment variable: Show more |
string |
|||
The resulting filename of the jar in the S2I image. This option may be used if the selected S2I image uses a fixed name for the jar. Environment variable: Show more |
string |
|||
The directory where the native binary is added during the assemble phase. This is dependent on the S2I image and should be supplied if a non-default image is used. Environment variable: Show more |
string |
|||
The resulting filename of the native binary in the S2I image. This option may be used if the selected S2I image uses a fixed name for the native binary. Environment variable: Show more |
string |
|||
The build timeout. Environment variable: Show more |
|
|||
The log level of OpenShift build log. Environment variable: Show more |
|
|
||
The image push secret to use for pushing to external registries. (see: https://cloud.redhat.com/blog/pushing-application-images-to-an-external-registry) Environment variable: Show more |
string |
|||
The build config strategy to use. Environment variable: Show more |
|
|
||
The base image to be used when a container image is being produced for the jar build. When the application is built against Java 17 or higher, Environment variable: Show more |
string |
|||
The base image to be used when a container image is being produced for the native binary build Environment variable: Show more |
string |
|
||
The JVM arguments to pass to the JVM when starting the application Environment variable: Show more |
list of string |
|||
Additional arguments to pass when starting the native application Environment variable: Show more |
list of string |
|||
The directory where the jar is added during the assemble phase. This is dependent on the S2I image and should be supplied if a non default image is used. Environment variable: Show more |
string |
|
||
The resulting filename of the jar in the S2I image. This option may be used if the selected S2I image uses a fixed name for the jar. Environment variable: Show more |
string |
|||
The directory where the native binary is added during the assemble phase. This is dependent on the S2I image and should be supplied if a non-default image is used. Environment variable: Show more |
string |
|
||
The resulting filename of the native binary in the S2I image. This option may be used if the selected S2I image uses a fixed name for the native binary. Environment variable: Show more |
string |
|||
The build timeout. Environment variable: Show more |
|
|||
型 |
デフォルト |
|||
The base image to be used when a container image is being produced for the jar build Environment variable: Show more |
string |
|||
The base image to be used when a container image is being produced for the native binary build Environment variable: Show more |
string |
|
||
The JVM arguments to pass to the JVM when starting the application Environment variable: Show more |
list of string |
|
||
Additional JVM arguments to pass to the JVM when starting the application Environment variable: Show more |
list of string |
|||
Additional arguments to pass when starting the native application Environment variable: Show more |
list of string |
|||
The directory where the jar is added during the assemble phase. This is dependent on the S2I image and should be supplied if a non default image is used. Environment variable: Show more |
string |
|
||
The resulting filename of the jar in the S2I image. This option may be used if the selected S2I image uses a fixed name for the jar. Environment variable: Show more |
string |
|||
The directory where the native binary is added during the assemble phase. This is dependent on the S2I image and should be supplied if a non-default image is used. Environment variable: Show more |
string |
|
||
The resulting filename of the native binary in the S2I image. This option may be used if the selected S2I image uses a fixed name for the native binary. Environment variable: Show more |
string |
|||
The build timeout. Environment variable: Show more |
|
|||
型 |
デフォルト |
|||
If filter is enabled. Environment variable: Show more |
boolean |
|
||
Form field name which keeps a CSRF token. Environment variable: Show more |
string |
|
||
Token header which can provide a CSRF token. Environment variable: Show more |
string |
|
||
CSRF cookie name. Environment variable: Show more |
string |
|
||
CSRF cookie max age. Environment variable: Show more |
|
|||
CSRF cookie path. Environment variable: Show more |
string |
|
||
CSRF cookie domain. Environment variable: Show more |
string |
|||
If enabled the CSRF cookie will have its 'secure' parameter set to 'true' when HTTP is used. It may be necessary when running behind an SSL terminating reverse proxy. The cookie will always be secure if HTTPS is used even if this property is set to false. Environment variable: Show more |
boolean |
|
||
Set the HttpOnly attribute to prevent access to the cookie via JavaScript. Environment variable: Show more |
boolean |
|
||
Create CSRF token only if the HTTP GET relative request path matches one of the paths configured with this property. Use a comma to separate multiple path values. Environment variable: Show more |
list of string |
|||
Random CSRF token size in bytes. Environment variable: Show more |
int |
|
||
CSRF token HMAC signature key, if this key is set then it must be at least 32 characters long. Environment variable: Show more |
string |
|||
Verify CSRF token in the CSRF filter. If you prefer then you can disable this property and compare CSRF form and cookie parameters in the application code using JAX-RS jakarta.ws.rs.FormParam which refers to the Environment variable: Show more |
boolean |
|
||
Require that only 'application/x-www-form-urlencoded' or 'multipart/form-data' body is accepted for the token verification to proceed. Disable this property for the CSRF filter to avoid verifying the token for POST requests with other content types. This property is only effective if Environment variable: Show more |
boolean |
|
||
型 |
デフォルト |
|||
Whether or not a health check is published in case the smallrye-health extension is present. This is a global setting and is not specific to a datasource. Environment variable: Show more |
boolean |
|
||
Whether or not datasource metrics are published in case a metrics extension is present. This is a global setting and is not specific to a datasource.
Environment variable: Show more |
boolean |
|
||
型 |
デフォルト |
|||
The kind of database we will connect to (e.g. h2, postgresql…). Environment variable: Show more |
string |
|||
The version of the database we will connect to (e.g. '10.0').
As a rule, the version set here should be as high as possible, but must be lower than or equal to the version of any database your application will connect to. A high version will allow better performance and using more features (e.g. Hibernate ORM may generate more efficient SQL, avoid workarounds and take advantage of more database features), but if it is higher than the version of the database you want to connect to, it may lead to runtime exceptions (e.g. Hibernate ORM may generate invalid SQL that your database will reject). Some extensions (like the Hibernate ORM extension) will try to check this version against the actual database version on startup, leading to a startup failure when the actual version is lower or simply a warning in case the database cannot be reached. The default for this property is specific to each extension; the Hibernate ORM extension will default to the oldest version it supports. Environment variable: Show more |
string |
|||
If DevServices has been explicitly enabled or disabled. DevServices is generally enabled by default unless an existing configuration is present. When DevServices is enabled, Quarkus will attempt to automatically configure and start a database when running in Dev or Test mode. Environment variable: Show more |
boolean |
|||
The container image name for container-based DevServices providers. This has no effect if the provider is not a container-based database, such as H2 or Derby. Environment variable: Show more |
string |
|||
Environment variables that are passed to the container. Environment variable: Show more |
|
|||
Generic properties that are passed for additional container configuration. Properties defined here are database-specific and are interpreted specifically in each database dev service implementation. Environment variable: Show more |
|
|||
Generic properties that are added to the database connection URL. Environment variable: Show more |
|
|||
Optional fixed port the dev service will listen to. If not defined, the port will be chosen randomly. Environment variable: Show more |
int |
|||
The container start command to use for container-based DevServices providers. This has no effect if the provider is not a container-based database, such as H2 or Derby. Environment variable: Show more |
string |
|||
The database name to use if this Dev Service supports overriding it. Environment variable: Show more |
string |
|||
The username to use if this Dev Service supports overriding it. Environment variable: Show more |
string |
|||
The password to use if this Dev Service supports overriding it. Environment variable: Show more |
string |
|||
The path to a SQL script to be loaded from the classpath and applied to the Dev Service database. This has no effect if the provider is not a container-based database, such as H2 or Derby. Environment variable: Show more |
string |
|||
The volumes to be mapped to the container. The map key corresponds to the host location; the map value is the container location. If the host location starts with "classpath:", the mapping loads the resource from the classpath with read-only permission. When using a file system location, the volume will be generated with read-write permission, potentially leading to data loss or modification in your file system. This has no effect if the provider is not a container-based database, such as H2 or Derby. Environment variable: Show more |
|
|||
Whether this particular data source should be excluded from the health check if the general health check for data sources is enabled. By default, the health check includes all configured data sources (if it is enabled). Environment variable: Show more |
boolean |
|
||
The datasource username Environment variable: Show more |
string |
|||
The datasource password Environment variable: Show more |
string |
|||
The credentials provider name Environment variable: Show more |
string |
|||
The credentials provider bean name. This is a bean name (as in For Vault, the credentials provider bean name is Environment variable: Show more |
string |
|||
型 |
デフォルト |
|||
Environment variable: |
boolean |
|
||
Enables or disables the Vert.x cache. Environment variable: Show more |
boolean |
|
||
Enables or disabled the Vert.x classpath resource resolver. Environment variable: Show more |
boolean |
|
||
The number of event loops. By default, it matches the number of CPUs detected on the system. Environment variable: Show more |
int |
|||
The maximum amount of time the event loop can be blocked. Environment variable: Show more |
|
|||
The amount of time before a warning is displayed if the event loop is blocked. Environment variable: Show more |
|
|||
The maximum amount of time the worker thread can be blocked. Environment variable: Show more |
|
|||
The size of the internal thread pool (used for the file system). Environment variable: Show more |
int |
|
||
The queue size. For most applications this should be unbounded Environment variable: Show more |
int |
|||
The executor growth resistance. A resistance factor applied after the core pool is full; values applied here will cause that fraction of submissions to create new threads when no idle thread is available. A value of Environment variable: Show more |
float |
|
||
The amount of time a thread will stay alive with no work. Environment variable: Show more |
|
|||
Prefill thread pool when creating a new Executor. When Environment variable: Show more |
boolean |
|
||
Enables the async DNS resolver. Environment variable: Show more |
boolean |
|
||
PEM Key/cert config is disabled by default. Environment variable: Show more |
boolean |
|
||
Comma-separated list of the path to the key files (Pem format). Environment variable: Show more |
list of string |
|||
Comma-separated list of the path to the certificate files (Pem format). Environment variable: Show more |
list of string |
|||
JKS config is disabled by default. Environment variable: Show more |
boolean |
|
||
Path of the key file (JKS format). Environment variable: Show more |
string |
|||
Password of the key file. Environment variable: Show more |
string |
|||
PFX config is disabled by default. Environment variable: Show more |
boolean |
|
||
Path to the key file (PFX format). Environment variable: Show more |
string |
|||
Password of the key. Environment variable: Show more |
string |
|||
PEM Trust config is disabled by default. Environment variable: Show more |
boolean |
|
||
Comma-separated list of the trust certificate files (Pem format). Environment variable: Show more |
list of string |
|||
JKS config is disabled by default. Environment variable: Show more |
boolean |
|
||
Path of the key file (JKS format). Environment variable: Show more |
string |
|||
Password of the key file. Environment variable: Show more |
string |
|||
PFX config is disabled by default. Environment variable: Show more |
boolean |
|
||
Path to the key file (PFX format). Environment variable: Show more |
string |
|||
Password of the key. Environment variable: Show more |
string |
|||
The accept backlog. Environment variable: Show more |
int |
|||
The client authentication. Environment variable: Show more |
string |
|
||
The connect timeout. Environment variable: Show more |
|
|||
The idle timeout in milliseconds. Environment variable: Show more |
||||
The receive buffer size. Environment variable: Show more |
int |
|||
The number of reconnection attempts. Environment variable: Show more |
int |
|
||
The reconnection interval in milliseconds. Environment variable: Show more |
|
|||
Whether to reuse the address. Environment variable: Show more |
boolean |
|
||
Whether to reuse the port. Environment variable: Show more |
boolean |
|
||
The send buffer size. Environment variable: Show more |
int |
|||
The so linger. Environment variable: Show more |
int |
|||
Enables or Disabled SSL. Environment variable: Show more |
boolean |
|
||
Whether to keep the TCP connection opened (keep-alive). Environment variable: Show more |
boolean |
|
||
Configure the TCP no delay. Environment variable: Show more |
boolean |
|
||
Configure the traffic class. Environment variable: Show more |
int |
|||
Enables or disables the trust all parameter. Environment variable: Show more |
boolean |
|
||
The host name. Environment variable: Show more |
string |
|
||
int |
||||
The public host name. Environment variable: Show more |
string |
|||
The public port. Environment variable: Show more |
int |
|||
Enables or disables the clustering. Environment variable: Show more |
boolean |
|
||
The ping interval. Environment variable: Show more |
|
|||
The ping reply interval. Environment variable: Show more |
|
|||
The maximum amount of time in seconds that a successfully resolved address will be cached. If not set explicitly, resolved addresses may be cached forever. Environment variable: Show more |
int |
|
||
The minimum amount of time in seconds that a successfully resolved address will be cached. Environment variable: Show more |
int |
|
||
The amount of time in seconds that an unsuccessful attempt to resolve an address will be cached. Environment variable: Show more |
int |
|
||
The maximum number of queries to be sent during a resolution. Environment variable: Show more |
int |
|
||
The duration after which a DNS query is considered to be failed. Environment variable: Show more |
|
|||
Enable or disable native transport Environment variable: Show more |
boolean |
|
||
型 |
デフォルト |
|||
The number of history log entries to remember. Environment variable: Show more |
int |
|
||
Enable CORS filter. Environment variable: Show more |
boolean |
|
||
The HTTP root path. All web content will be served relative to this root path. Environment variable: Show more |
string |
|
||
If basic auth should be enabled. If both basic and form auth is enabled then basic auth will be enabled in silent mode. If no authentication mechanisms are configured basic auth is the default. Environment variable: Show more |
boolean |
|||
If form authentication is enabled. Environment variable: Show more |
boolean |
|
||
The post location. Environment variable: Show more |
string |
|
||
If this is true and credentials are present then a user will always be authenticated before the request progresses. If this is false then an attempt will only be made to authenticate the user if a permission check is performed or the current user is required for some other reason. Environment variable: Show more |
boolean |
|
||
Configures the engine to require/request client authentication. NONE, REQUEST, REQUIRED Environment variable: Show more |
|
|
||
If this is true then only a virtual channel will be set up for vertx web. We have this switch for testing purposes. Environment variable: Show more |
boolean |
|
||
A common root path for non-application endpoints. Various extension-provided endpoints such as metrics, health, and openapi are deployed under this path by default.
If the management interface is enabled, the root path for the endpoints exposed on the management interface
is configured using the Environment variable: Show more |
string |
|
||
The REST Assured client timeout for testing. Environment variable: Show more |
|
|||
If enabled then the response body is compressed if the Environment variable: Show more |
boolean |
|
||
When enabled, vert.x will decompress the request’s body if it’s compressed. Note that the compression format (e.g., gzip) must be specified in the Content-Encoding header in the request. Environment variable: Show more |
boolean |
|
||
List of media types for which the compression should be enabled automatically, unless declared explicitly via Environment variable: Show more |
list of string |
|
||
The compression level used when compression support is enabled. Environment variable: Show more |
int |
|||
The authentication realm Environment variable: Show more |
string |
|||
The login page. Redirect to login page can be disabled by setting Environment variable: Show more |
string |
|
||
The username field name. Environment variable: Show more |
string |
|
||
The password field name. Environment variable: Show more |
string |
|
||
The error page. Redirect to error page can be disabled by setting Environment variable: Show more |
string |
|
||
The landing page to redirect to if there is no saved page to redirect back to. Redirect to landing page can be disabled by setting Environment variable: Show more |
string |
|
||
Option to control the name of the cookie used to redirect the user back to where he wants to get access to. Environment variable: Show more |
string |
|
||
The inactivity (idle) timeout When inactivity timeout is reached, cookie is not renewed and a new login is enforced. Environment variable: Show more |
|
|||
How old a cookie can get before it will be replaced with a new cookie with an updated timeout, also referred to as "renewal-timeout". Note that smaller values will result in slightly more server load (as new encrypted cookies will be generated more often), however larger values affect the inactivity timeout as the timeout is set when a cookie is generated. For example if this is set to 10 minutes, and the inactivity timeout is 30m, if a users last request is when the cookie is 9m old then the actual timeout will happen 21m after the last request, as the timeout is only refreshed when a new cookie is generated. In other words no timeout is tracked on the server side; the timestamp is encoded and encrypted in the cookie itself, and it is decrypted and parsed with each request. Environment variable: Show more |
|
|||
The cookie that is used to store the persistent session Environment variable: Show more |
string |
|
||
The cookie path for the session and location cookies. Environment variable: Show more |
string |
|
||
Set the HttpOnly attribute to prevent access to the cookie via JavaScript. Environment variable: Show more |
boolean |
|
||
SameSite attribute for the session and location cookies. Environment variable: Show more |
|
|
||
boolean |
|
|||
int |
|
|||
The HTTP port used to run tests Environment variable: Show more |
int |
|
||
The HTTP host In dev/test mode this defaults to localhost, in prod mode this defaults to 0.0.0.0 Defaulting to 0.0.0.0 makes it easier to deploy Quarkus to container, however it is not suitable for dev/test mode as other people on the network can connect to your development machine. Environment variable: Show more |
string |
required |
||
Used when Environment variable: Show more |
string |
|||
Enable listening to host:port Environment variable: Show more |
boolean |
|
||
int |
|
|||
The HTTPS port used to run tests Environment variable: Show more |
int |
|
||
Used when Environment variable: Show more |
boolean |
|||
If insecure (i.e. http rather than https) requests are allowed. If this is Environment variable: Show more |
|
|
||
If this is true (the default) then HTTP/2 will be enabled. Note that for browsers to be able to use it HTTPS must be enabled, and you must be running on JDK11 or above, as JDK8 does not support ALPN. Environment variable: Show more |
boolean |
|
||
Enables or Disable the HTTP/2 Push feature. This setting can be used to disable server push. The server will not send a Environment variable: Show more |
boolean |
|
||
Origins allowed for CORS Comma separated list of valid URLs, e.g.: http://www.quarkus.io,http://localhost:3000 In case an entry of the list is surrounded by forward slashes, it is interpreted as a regular expression. Environment variable: Show more |
list of string |
|||
HTTP methods allowed for CORS Comma separated list of valid methods. ex: GET,PUT,POST The filter allows any method if this is not set. default: returns any requested method as valid Environment variable: Show more |
list of string |
|||
HTTP headers allowed for CORS Comma separated list of valid headers. ex: X-Custom,Content-Disposition The filter allows any header if this is not set. default: returns any requested header as valid Environment variable: Show more |
list of string |
|||
HTTP headers exposed in CORS Comma separated list of valid headers. ex: X-Custom,Content-Disposition default: empty Environment variable: Show more |
list of string |
|||
The Environment variable: Show more |
||||
The Environment variable: Show more |
boolean |
|||
The Environment variable: Show more |
string |
|||
The credentials provider bean name. This is a bean name (as in For Vault, the credentials provider bean name is Environment variable: Show more |
string |
|||
The list of path to server certificates using the PEM format. Specifying multiple files requires SNI to be enabled. Environment variable: Show more |
list of path |
|||
The list of path to server certificates private key files using the PEM format. Specifying multiple files requires SNI to be enabled. The order of the key files must match the order of the certificates. Environment variable: Show more |
list of path |
|||
An optional key store that holds the certificate information instead of specifying separate files. Environment variable: Show more |
path |
|||
An optional parameter to specify the type of the key store file. If not given, the type is automatically detected based on the file name. Environment variable: Show more |
string |
|||
An optional parameter to specify a provider of the key store file. If not given, the provider is automatically detected based on the key store file type. Environment variable: Show more |
string |
|||
A parameter to specify the password of the key store file. If not given, and if it can not be retrieved from Environment variable: Show more |
string |
|
||
A parameter to specify a Environment variable: Show more |
string |
|||
An optional parameter to select a specific key in the key store. When SNI is disabled, and the key store contains multiple keys and no alias is specified; the behavior is undefined. Environment variable: Show more |
string |
|||
An optional parameter to define the password for the key, in case it is different from Environment variable: Show more |
string |
|||
A parameter to specify a Environment variable: Show more |
string |
|||
An optional trust store that holds the certificate information of the trusted certificates. Environment variable: Show more |
path |
|||
An optional parameter to specify the type of the trust store file. If not given, the type is automatically detected based on the file name. Environment variable: Show more |
string |
|||
An optional parameter to specify a provider of the trust store file. If not given, the provider is automatically detected based on the trust store file type. Environment variable: Show more |
string |
|||
A parameter to specify the password of the trust store file. If not given, it might be retrieved from Environment variable: Show more |
string |
|||
A parameter to specify a Environment variable: Show more |
string |
|||
An optional parameter to trust a single certificate from the trust store rather than trusting all certificates in the store. Environment variable: Show more |
string |
|||
The cipher suites to use. If none is given, a reasonable default is selected. Environment variable: Show more |
list of string |
|||
Sets the ordered list of enabled SSL/TLS protocols. If not set, it defaults to Note that setting an empty list, and enabling SSL/TLS is invalid. You must at least have one protocol. Environment variable: Show more |
list of string |
|
||
Enables Server Name Indication (SNI), an TLS extension allowing the server to use multiple certificates. The client indicate the server name during the TLS handshake, allowing the server to select the right certificate. Environment variable: Show more |
boolean |
|
||
Set the index page when serving static resources. Environment variable: Show more |
string |
|
||
Set whether hidden files should be served. Environment variable: Show more |
boolean |
|
||
Set whether range requests (resumable downloads; media streaming) should be enabled. Environment variable: Show more |
boolean |
|
||
Set whether cache handling is enabled. Environment variable: Show more |
boolean |
|
||
Set the cache entry timeout. The default is Environment variable: Show more |
|
|||
Set value for max age in caching headers. The default is Environment variable: Show more |
|
|||
Set the max cache size. Environment variable: Show more |
int |
|
||
When set to Environment variable: Show more |
boolean |
|
||
The number if IO threads used to perform IO. This will be automatically set to a reasonable value based on the number of CPU cores if it is not provided. If this is set to a higher value than the number of Vert.x event loops then it will be capped at the number of event loops. In general this should be controlled by setting quarkus.vertx.event-loops-pool-size, this setting should only be used if you want to limit the number of HTTP io threads to a smaller number than the total number of IO threads. Environment variable: Show more |
int |
|||
The maximum length of all headers. Environment variable: Show more |
|
|||
The maximum size of a request body. Environment variable: Show more |
|
|||
The max HTTP chunk size Environment variable: Show more |
|
|||
The maximum length of the initial line (e.g. Environment variable: Show more |
int |
|
||
The maximum length of a form attribute. Environment variable: Show more |
|
|||
The maximum number of connections that are allowed at any one time. If this is set it is recommended to set a short idle timeout. Environment variable: Show more |
int |
|||
Set the SETTINGS_HEADER_TABLE_SIZE HTTP/2 setting. Allows the sender to inform the remote endpoint of the maximum size of the header compression table used to decode header blocks, in octets. The encoder can select any size equal to or less than this value by using signaling specific to the header compression format inside a header block. The initial value is Environment variable: Show more |
長 |
|||
Set SETTINGS_MAX_CONCURRENT_STREAMS HTTP/2 setting. Indicates the maximum number of concurrent streams that the sender will allow. This limit is directional: it applies to the number of streams that the sender permits the receiver to create. Initially, there is no limit to this value. It is recommended that this value be no smaller than 100, to not unnecessarily limit parallelism. Environment variable: Show more |
長 |
|||
Set the SETTINGS_MAX_FRAME_SIZE HTTP/2 setting. Indicates the size of the largest frame payload that the sender is willing to receive, in octets. The initial value is Environment variable: Show more |
int |
|||
Set the SETTINGS_MAX_HEADER_LIST_SIZE HTTP/2 setting. This advisory setting informs a peer of the maximum size of header list that the sender is prepared to accept, in octets. The value is based on the uncompressed size of header fields, including the length of the name and value in octets plus an overhead of 32 octets for each header field. The default value is Environment variable: Show more |
長 |
|||
Set the max number of RST frame allowed per time window, this is used to prevent HTTP/2 RST frame flood DDOS attacks. The default value is Environment variable: Show more |
int |
|||
Set the duration of the time window when checking the max number of RST frames, this is used to prevent HTTP/2 RST frame flood DDOS attacks.. The default value is Environment variable: Show more |
||||
Http connection idle timeout Environment variable: Show more |
|
|||
Http connection read timeout for blocking IO. This is the maximum amount of time a thread will wait for data, before an IOException will be thrown and the connection closed. Environment variable: Show more |
|
|||
Whether the files sent using If Environment variable: Show more |
boolean |
|
||
The directory where the files sent using Either an absolute path or a path relative to the current directory of the application process. Environment variable: Show more |
string |
|
||
Whether the form attributes should be added to the request parameters. If Environment variable: Show more |
boolean |
|
||
Whether the uploaded files should be removed after serving the request. If Environment variable: Show more |
boolean |
|
||
Whether the body buffer should pre-allocated based on the If Environment variable: Show more |
boolean |
|
||
A comma-separated list of Environment variable: Show more |
list of string |
|||
The encryption key that is used to store persistent logins (e.g. for form auth). Logins are stored in a persistent cookie that is encrypted with AES-256 using a key derived from a SHA-256 hash of the key that is provided here. If no key is provided then an in-memory one will be generated, this will change on every restart though so it is not suitable for production environments. This must be more than 16 characters long for security reasons Environment variable: Show more |
string |
|||
Enable socket reuse port (linux/macOs native transport only) Environment variable: Show more |
boolean |
|
||
Enable tcp quick ack (linux native transport only) Environment variable: Show more |
boolean |
|
||
Enable tcp cork (linux native transport only) Environment variable: Show more |
boolean |
|
||
Enable tcp fast open (linux native transport only) Environment variable: Show more |
boolean |
|
||
The accept backlog, this is how many connections can be waiting to be accepted before connections start being rejected Environment variable: Show more |
int |
|
||
Set the SETTINGS_INITIAL_WINDOW_SIZE HTTP/2 setting. Indicates the sender’s initial window size (in octets) for stream-level flow control. The initial value is Environment variable: Show more |
int |
|||
Path to a unix domain socket Environment variable: Show more |
string |
|
||
Enable listening to host:port Environment variable: Show more |
boolean |
|
||
If this is true then the request start time will be recorded to enable logging of total request time. This has a small performance penalty, so is disabled by default. Environment variable: Show more |
boolean |
|
||
If access logging is enabled. By default this will log via the standard logging facility Environment variable: Show more |
boolean |
|
||
A regular expression that can be used to exclude some paths from logging. Environment variable: Show more |
string |
|||
The access log pattern. If this is the string
Otherwise, consult the Quarkus documentation for the full list of variables that can be used. Environment variable: Show more |
string |
|
||
If logging should be done to a separate file. Environment variable: Show more |
boolean |
|
||
The access log file base name, defaults to 'quarkus' which will give a log file name of 'quarkus.log'. Environment variable: Show more |
string |
|
||
The log directory to use when logging access to a file If this is not set then the current working directory is used. Environment variable: Show more |
string |
|||
The log file suffix Environment variable: Show more |
string |
|
||
The log category to use if logging is being done via the standard log mechanism (i.e. if base-file-name is empty). Environment variable: Show more |
string |
|
||
If the log should be rotated daily Environment variable: Show more |
boolean |
|
||
Enables the traffic shaping. Environment variable: Show more |
boolean |
|
||
Set bandwidth limit in bytes per second for inbound connections. If not set, no limits are applied. Environment variable: Show more |
||||
Set bandwidth limit in bytes per second for outbound connections. If not set, no limits are applied. Environment variable: Show more |
||||
Set the maximum delay to wait in case of traffic excess. Default is 15s. Must be less than the HTTP timeout. Environment variable: Show more |
||||
Set the delay between two computations of performances for channels. If set to 0, no stats are computed. Despite 0 is accepted (no accounting), it is recommended to set a positive value for the check interval, even if it is high since the precision of the traffic shaping depends on the period where the traffic is computed. In this case, a suggested value is something close to 5 or 10 minutes. If not default, it defaults to 1s. Environment variable: Show more |
||||
Set the maximum global write size in bytes per second allowed in the buffer globally for all channels before write are suspended. The default value is 400 MB. Environment variable: Show more |
||||
Provides a hint (optional) for the default content type of responses generated for the errors not handled by the application. If the client requested a supported content-type in request headers (e.g. "Accept: application/json", "Accept: text/html"), Quarkus will use that content type. Otherwise, it will default to the content type configured here. Environment variable: Show more |
|
|||
Set whether the server should use the HA Environment variable: Show more |
boolean |
|
||
If this is true then the address, scheme etc. will be set from headers forwarded by the proxy server, such as Environment variable: Show more |
boolean |
|
||
If this is true and proxy address forwarding is enabled then the standard Environment variable: Show more |
boolean |
|
||
If either this or Environment variable: Show more |
boolean |
|||
Enable override the received request’s host through a forwarded host header. Environment variable: Show more |
boolean |
|
||
Configure the forwarded host header to be used if override enabled. Environment variable: Show more |
string |
|
||
Enable prefix the received request’s path with a forwarded prefix header. Environment variable: Show more |
boolean |
|
||
Configure the forwarded prefix header to be used if prefixing enabled. Environment variable: Show more |
string |
|
||
Configure the list of trusted proxy addresses. Received Examples of a socket address in the form of
Examples of a CIDR notation:
Please bear in mind that IPv4 CIDR won’t match request sent from the IPv6 address and the other way around. Environment variable: Show more |
list of TrustedProxyCheckPart |
|
||
Determines whether the entire permission set is enabled, or not. By default, if the permission set is defined, it is enabled. Environment variable: Show more |
boolean |
|||
The HTTP policy that this permission set is linked to. There are 3 built in policies: permit, deny and authenticated. Role based policies can be defined, and extensions can add their own policies. Environment variable: Show more |
string |
required |
||
The methods that this permission set applies to. If this is not set then they apply to all methods. Note that if a request matches any path from any permission set, but does not match the constraint due to the method not being listed then the request will be denied. Method specific permissions take precedence over matches that do not have any methods set. This means that for example if Quarkus is configured to allow GET and POST requests to /admin to and no other permissions are configured PUT requests to /admin will be denied. Environment variable: Show more |
list of string |
|||
The paths that this permission check applies to. If the path ends in /* then this is treated as a path prefix, otherwise it is treated as an exact match. Matches are done on a length basis, so the most specific path match takes precedence. If multiple permission sets match the same path then explicit methods matches take precedence over matches without methods set, otherwise the most restrictive permissions are applied. Environment variable: Show more |
list of string |
|||
Path specific authentication mechanism which must be used to authenticate a user. It needs to match Environment variable: Show more |
string |
|||
The roles that are allowed to access resources protected by this policy. By default, access is allowed to any authenticated user. Environment variable: Show more |
list of string |
|
||
Permissions granted to the Environment variable: Show more |
|
|||
Permissions granted by this policy will be created with a Environment variable: Show more |
string |
|
||
If the cookie pattern is case-sensitive Environment variable: Show more |
boolean |
|
||
The value to set in the samesite attribute Environment variable: Show more |
|
required |
||
Some User Agents break when sent SameSite=None, this will detect them and avoid sending the value Environment variable: Show more |
boolean |
|
||
If this is true then the 'secure' attribute will automatically be sent on cookies with a SameSite attribute of None. Environment variable: Show more |
boolean |
|
||
The path this header should be applied Environment variable: Show more |
string |
|
||
The value for this header configuration Environment variable: Show more |
string |
required |
||
The HTTP methods for this header configuration Environment variable: Show more |
list of string |
|||
A regular expression for the paths matching this configuration Environment variable: Show more |
string |
required |
||
Additional HTTP Headers always sent in the response Environment variable: Show more |
|
|||
The HTTP methods for this path configuration Environment variable: Show more |
list of string |
|||
Environment variable: |
int |
|||
Enables / Disables the usage of a separate interface/port to expose the management endpoints. If sets to Environment variable: Show more |
boolean |
|
||
If basic auth should be enabled. Environment variable: Show more |
boolean |
|||
If this is true and credentials are present then a user will always be authenticated before the request progresses. If this is false then an attempt will only be made to authenticate the user if a permission check is performed or the current user is required for some other reason. Environment variable: Show more |
boolean |
|
||
Configures the engine to require/request client authentication. NONE, REQUEST, REQUIRED Environment variable: Show more |
|
|
||
A common root path for management endpoints. Various extension-provided management endpoints such as metrics and health are deployed under this path by default. Environment variable: Show more |
string |
|
||
If responses should be compressed. Note that this will attempt to compress all responses, to avoid compressing already compressed content (such as images) you need to set the following header: Content-Encoding: identity Which will tell vert.x not to compress the response. Environment variable: Show more |
boolean |
|
||
When enabled, vert.x will decompress the request’s body if it’s compressed. Note that the compression format (e.g., gzip) must be specified in the Content-Encoding header in the request. Environment variable: Show more |
boolean |
|
||
The compression level used when compression support is enabled. Environment variable: Show more |
int |
|||
int |
|
|||
The HTTP port Environment variable: Show more |
int |
|
||
The HTTP host Defaults to 0.0.0.0 Defaulting to 0.0.0.0 makes it easier to deploy Quarkus to container, however it is not suitable for dev/test mode as other people on the network can connect to your development machine. Environment variable: Show more |
string |
|||
Enable listening to host:port Environment variable: Show more |
boolean |
|
||
The Environment variable: Show more |
string |
|||
The credentials provider bean name. This is a bean name (as in For Vault, the credentials provider bean name is Environment variable: Show more |
string |
|||
The list of path to server certificates using the PEM format. Specifying multiple files requires SNI to be enabled. Environment variable: Show more |
list of path |
|||
The list of path to server certificates private key files using the PEM format. Specifying multiple files requires SNI to be enabled. The order of the key files must match the order of the certificates. Environment variable: Show more |
list of path |
|||
An optional key store that holds the certificate information instead of specifying separate files. Environment variable: Show more |
path |
|||
An optional parameter to specify the type of the key store file. If not given, the type is automatically detected based on the file name. Environment variable: Show more |
string |
|||
An optional parameter to specify a provider of the key store file. If not given, the provider is automatically detected based on the key store file type. Environment variable: Show more |
string |
|||
A parameter to specify the password of the key store file. If not given, and if it can not be retrieved from Environment variable: Show more |
string |
|
||
A parameter to specify a Environment variable: Show more |
string |
|||
An optional parameter to select a specific key in the key store. When SNI is disabled, and the key store contains multiple keys and no alias is specified; the behavior is undefined. Environment variable: Show more |
string |
|||
An optional parameter to define the password for the key, in case it is different from Environment variable: Show more |
string |
|||
A parameter to specify a Environment variable: Show more |
string |
|||
An optional trust store that holds the certificate information of the trusted certificates. Environment variable: Show more |
path |
|||
An optional parameter to specify the type of the trust store file. If not given, the type is automatically detected based on the file name. Environment variable: Show more |
string |
|||
An optional parameter to specify a provider of the trust store file. If not given, the provider is automatically detected based on the trust store file type. Environment variable: Show more |
string |
|||
A parameter to specify the password of the trust store file. If not given, it might be retrieved from Environment variable: Show more |
string |
|||
A parameter to specify a Environment variable: Show more |
string |
|||
An optional parameter to trust a single certificate from the trust store rather than trusting all certificates in the store. Environment variable: Show more |
string |
|||
The cipher suites to use. If none is given, a reasonable default is selected. Environment variable: Show more |
list of string |
|||
Sets the ordered list of enabled SSL/TLS protocols. If not set, it defaults to Note that setting an empty list, and enabling SSL/TLS is invalid. You must at least have one protocol. Environment variable: Show more |
list of string |
|
||
Enables Server Name Indication (SNI), an TLS extension allowing the server to use multiple certificates. The client indicate the server name during the TLS handshake, allowing the server to select the right certificate. Environment variable: Show more |
boolean |
|
||
When set to Environment variable: Show more |
boolean |
|
||
The maximum length of all headers. Environment variable: Show more |
|
|||
The maximum size of a request body. Environment variable: Show more |
|
|||
The max HTTP chunk size Environment variable: Show more |
|
|||
The maximum length of the initial line (e.g. Environment variable: Show more |
int |
|
||
The maximum length of a form attribute. Environment variable: Show more |
|
|||
The maximum number of connections that are allowed at any one time. If this is set it is recommended to set a short idle timeout. Environment variable: Show more |
int |
|||
Set the SETTINGS_HEADER_TABLE_SIZE HTTP/2 setting. Allows the sender to inform the remote endpoint of the maximum size of the header compression table used to decode header blocks, in octets. The encoder can select any size equal to or less than this value by using signaling specific to the header compression format inside a header block. The initial value is Environment variable: Show more |
長 |
|||
Set SETTINGS_MAX_CONCURRENT_STREAMS HTTP/2 setting. Indicates the maximum number of concurrent streams that the sender will allow. This limit is directional: it applies to the number of streams that the sender permits the receiver to create. Initially, there is no limit to this value. It is recommended that this value be no smaller than 100, to not unnecessarily limit parallelism. Environment variable: Show more |
長 |
|||
Set the SETTINGS_MAX_FRAME_SIZE HTTP/2 setting. Indicates the size of the largest frame payload that the sender is willing to receive, in octets. The initial value is Environment variable: Show more |
int |
|||
Set the SETTINGS_MAX_HEADER_LIST_SIZE HTTP/2 setting. This advisory setting informs a peer of the maximum size of header list that the sender is prepared to accept, in octets. The value is based on the uncompressed size of header fields, including the length of the name and value in octets plus an overhead of 32 octets for each header field. The default value is Environment variable: Show more |
長 |
|||
Set the max number of RST frame allowed per time window, this is used to prevent HTTP/2 RST frame flood DDOS attacks. The default value is Environment variable: Show more |
int |
|||
Set the duration of the time window when checking the max number of RST frames, this is used to prevent HTTP/2 RST frame flood DDOS attacks.. The default value is Environment variable: Show more |
||||
Http connection idle timeout Environment variable: Show more |
|
|||
Whether the files sent using If Environment variable: Show more |
boolean |
|
||
The directory where the files sent using Either an absolute path or a path relative to the current directory of the application process. Environment variable: Show more |
string |
|
||
Whether the form attributes should be added to the request parameters. If Environment variable: Show more |
boolean |
|
||
Whether the uploaded files should be removed after serving the request. If Environment variable: Show more |
boolean |
|
||
Whether the body buffer should pre-allocated based on the If Environment variable: Show more |
boolean |
|
||
A comma-separated list of Environment variable: Show more |
list of string |
|||
The accept backlog, this is how many connections can be waiting to be accepted before connections start being rejected Environment variable: Show more |
int |
|
||
Path to a unix domain socket Environment variable: Show more |
string |
|
||
Enable listening to host:port Environment variable: Show more |
boolean |
|
||
Set whether the server should use the HA Environment variable: Show more |
boolean |
|
||
If this is true then the address, scheme etc. will be set from headers forwarded by the proxy server, such as Environment variable: Show more |
boolean |
|
||
If this is true and proxy address forwarding is enabled then the standard Environment variable: Show more |
boolean |
|
||
If either this or Environment variable: Show more |
boolean |
|||
Enable override the received request’s host through a forwarded host header. Environment variable: Show more |
boolean |
|
||
Configure the forwarded host header to be used if override enabled. Environment variable: Show more |
string |
|
||
Enable prefix the received request’s path with a forwarded prefix header. Environment variable: Show more |
boolean |
|
||
Configure the forwarded prefix header to be used if prefixing enabled. Environment variable: Show more |
string |
|
||
Configure the list of trusted proxy addresses. Received Examples of a socket address in the form of
Examples of a CIDR notation:
Please bear in mind that IPv4 CIDR won’t match request sent from the IPv6 address and the other way around. Environment variable: Show more |
list of TrustedProxyCheckPart |
|
||
Determines whether the entire permission set is enabled, or not. By default, if the permission set is defined, it is enabled. Environment variable: Show more |
boolean |
|||
The HTTP policy that this permission set is linked to. There are 3 built in policies: permit, deny and authenticated. Role based policies can be defined, and extensions can add their own policies. Environment variable: Show more |
string |
required |
||
The methods that this permission set applies to. If this is not set then they apply to all methods. Note that if a request matches any path from any permission set, but does not match the constraint due to the method not being listed then the request will be denied. Method specific permissions take precedence over matches that do not have any methods set. This means that for example if Quarkus is configured to allow GET and POST requests to /admin to and no other permissions are configured PUT requests to /admin will be denied. Environment variable: Show more |
list of string |
|||
The paths that this permission check applies to. If the path ends in /* then this is treated as a path prefix, otherwise it is treated as an exact match. Matches are done on a length basis, so the most specific path match takes precedence. If multiple permission sets match the same path then explicit methods matches take precedence over matches without methods set, otherwise the most restrictive permissions are applied. Environment variable: Show more |
list of string |
|||
Path specific authentication mechanism which must be used to authenticate a user. It needs to match Environment variable: Show more |
string |
|||
The roles that are allowed to access resources protected by this policy. By default, access is allowed to any authenticated user. Environment variable: Show more |
list of string |
|
||
Permissions granted to the Environment variable: Show more |
|
|||
Permissions granted by this policy will be created with a Environment variable: Show more |
string |
|
||
The path this header should be applied Environment variable: Show more |
string |
|
||
The value for this header configuration Environment variable: Show more |
string |
required |
||
The HTTP methods for this header configuration Environment variable: Show more |
list of string |
|||
A regular expression for the paths matching this configuration Environment variable: Show more |
string |
required |
||
Additional HTTP Headers always sent in the response Environment variable: Show more |
|
|||
The HTTP methods for this path configuration Environment variable: Show more |
list of string |
|||
Environment variable: |
int |
|||
型 |
デフォルト |
|||
If GraphQL UI should be included every time. By default, this is only included when the application is running in dev mode. Environment variable: Show more |
boolean |
|
||
The path where GraphQL UI is available. The value Environment variable: Show more |
string |
|
||
型 |
デフォルト |
|||
If Dev Services for Elasticsearch has been explicitly enabled or disabled. Dev Services are generally enabled by default, unless there is an existing configuration present. For Elasticsearch, Dev Services starts a server unless Environment variable: Show more |
boolean |
|||
Optional fixed port the dev service will listen to. If not defined, the port will be chosen randomly. Environment variable: Show more |
int |
|||
Defaults to a distribution inferred from the explicitly configured Environment variable: Show more |
|
|||
The Elasticsearch container image to use.
Defaults depend on the configured
Environment variable: Show more |
string |
|||
The value for the ES_JAVA_OPTS env variable. Defaults to setting the heap to 512MB min - 1GB max. Environment variable: Show more |
string |
|
||
Indicates if the Elasticsearch server managed by Quarkus Dev Services is shared. When shared, Quarkus looks for running containers using label-based service discovery. If a matching container is found, it is used, and so a second one is not started. Otherwise, Dev Services for Elasticsearch starts a new container. The discovery uses the Container sharing is only used in dev mode. Environment variable: Show more |
boolean |
|
||
The value of the This property is used when you need multiple shared Elasticsearch servers. Environment variable: Show more |
string |
|
||
Environment variables that are passed to the container. Environment variable: Show more |
|
|||
型 |
デフォルト |
|||
Whether a health check is published in case the smallrye-health extension is present. Environment variable: Show more |
boolean |
|
||
The list of hosts of the Elasticsearch servers. Environment variable: Show more |
list of host:port |
|
||
The protocol to use when contacting Elasticsearch servers. Set to "https" to enable SSL/TLS. Environment variable: Show more |
string |
|
||
The username for basic HTTP authentication. Environment variable: Show more |
string |
|||
The password for basic HTTP authentication. Environment variable: Show more |
string |
|||
The connection timeout. Environment variable: Show more |
|
|||
The socket timeout. Environment variable: Show more |
|
|||
The maximum number of connections to all the Elasticsearch servers. Environment variable: Show more |
int |
|
||
The maximum number of connections per Elasticsearch server. Environment variable: Show more |
int |
|
||
The number of IO thread. By default, this is the number of locally detected processors. Thread counts higher than the number of processors should not be necessary because the I/O threads rely on non-blocking operations, but you may want to use a thread count lower than the number of processors. Environment variable: Show more |
int |
|||
Defines if automatic discovery is enabled. Environment variable: Show more |
boolean |
|
||
Refresh interval of the node list. Environment variable: Show more |
|
|||
型 |
デフォルト |
|||
The realm name Environment variable: Show more |
string |
|
||
If the properties store is enabled. Environment variable: Show more |
boolean |
|
||
The sql query to find the password Environment variable: Show more |
string |
|||
The data source to use Environment variable: Show more |
string |
|||
If the clear-password-mapper is enabled. Environment variable: Show more |
boolean |
|
||
The index (1 based numbering) of the column containing the clear password Environment variable: Show more |
int |
|
||
If the bcrypt-password-mapper is enabled. Environment variable: Show more |
boolean |
|
||
The index (1 based numbering) of the column containing the password hash Environment variable: Show more |
int |
|
||
A string referencing the password hash encoding ("BASE64" or "HEX") Environment variable: Show more |
|
|
||
The index (1 based numbering) of the column containing the Bcrypt salt Environment variable: Show more |
int |
|
||
A string referencing the salt encoding ("BASE64" or "HEX") Environment variable: Show more |
|
|
||
The index (1 based numbering) of the column containing the Bcrypt iteration count Environment variable: Show more |
int |
|
||
The index (1 based numbering) of column to map Environment variable: Show more |
int |
|
||
The target attribute name Environment variable: Show more |
string |
required |
||
The sql query to find the password Environment variable: Show more |
string |
|||
The data source to use Environment variable: Show more |
string |
|||
The index (1 based numbering) of column to map Environment variable: Show more |
int |
|
||
The target attribute name Environment variable: Show more |
string |
required |
||
If the clear-password-mapper is enabled. Environment variable: Show more |
boolean |
|
||
The index (1 based numbering) of the column containing the clear password Environment variable: Show more |
int |
|
||
If the bcrypt-password-mapper is enabled. Environment variable: Show more |
boolean |
|
||
The index (1 based numbering) of the column containing the password hash Environment variable: Show more |
int |
|
||
A string referencing the password hash encoding ("BASE64" or "HEX") Environment variable: Show more |
|
|
||
The index (1 based numbering) of the column containing the Bcrypt salt Environment variable: Show more |
int |
|
||
A string referencing the salt encoding ("BASE64" or "HEX") Environment variable: Show more |
|
|
||
The index (1 based numbering) of the column containing the Bcrypt iteration count Environment variable: Show more |
int |
|
||
型 |
デフォルト |
|||
The option to enable the ldap elytron module Environment variable: Show more |
boolean |
|
||
The elytron realm name Environment variable: Show more |
string |
|
||
Provided credentials are verified against ldap? Environment variable: Show more |
boolean |
|
||
The url of the ldap server Environment variable: Show more |
string |
required |
||
The principal: user which is used to connect to ldap server (also named "bindDn") Environment variable: Show more |
string |
|||
The password which belongs to the principal (also named "bindCredential") Environment variable: Show more |
string |
|||
how ldap redirects are handled Environment variable: Show more |
|
|
||
The connect timeout Environment variable: Show more |
|
|||
The read timeout Environment variable: Show more |
|
|||
The identifier which correlates to the provided user (also named "baseFilter") Environment variable: Show more |
string |
|
||
The dn where we look for users Environment variable: Show more |
string |
required |
||
If the child nodes are also searched for identities Environment variable: Show more |
boolean |
|
||
The roleAttributeId from which is mapped (e.g. "cn") Environment variable: Show more |
string |
required |
||
The identifier whom the attribute is mapped to (in Quarkus: "groups", in WildFly this is "Roles") Environment variable: Show more |
string |
|
||
The filter (also named "roleFilter") Environment variable: Show more |
string |
required |
||
The filter base dn (also named "rolesContextDn") Environment variable: Show more |
string |
required |
||
型 |
デフォルト |
|||
Determine if the OAuth2 extension is enabled. Enabled by default if you include the Environment variable: Show more |
boolean |
|
||
The claim that is used in the introspection endpoint response to load the roles. Environment variable: Show more |
string |
|
||
The OAuth2 client id used to validate the token. Mandatory if the extension is enabled. Environment variable: Show more |
string |
|||
The OAuth2 client secret used to validate the token. Mandatory if the extension is enabled. Environment variable: Show more |
string |
|||
The OAuth2 introspection endpoint URL used to validate the token and gather the authentication claims. Mandatory if the extension is enabled. Environment variable: Show more |
string |
|||
The OAuth2 server certificate file. Warning: this is not supported in native mode where the certificate must be included in the truststore used during the native image generation, see Using SSL With Native Executables. Environment variable: Show more |
string |
|||
型 |
デフォルト |
|||
If the properties are stored in plain text. If this is false (the default) then it is expected that the passwords are of the form HEX( MD5( username ":" realm ":" password ) ) Environment variable: Show more |
boolean |
|
||
Determine which algorithm to use. This property is ignored if Environment variable: Show more |
|
|
||
The realm users user1=password\nuser2=password2… mapping. See Embedded Users. Environment variable: Show more |
|
|||
The realm roles user1=role1,role2,…\nuser2=role1,role2,… mapping See Embedded Roles. Environment variable: Show more |
|
|||
型 |
デフォルト |
|||
The realm name. This is used when generating a hashed password Environment variable: Show more |
string |
|
||
Determine whether security via the file realm is enabled. Environment variable: Show more |
boolean |
|
||
If the properties are stored in plain text. If this is false (the default) then it is expected that the passwords are of the form HEX( MD5( username ":" realm ":" password ) ) Environment variable: Show more |
boolean |
|
||
Classpath resource name of properties file containing user to password mappings. See Users.properties. Environment variable: Show more |
string |
|
||
Classpath resource name of properties file containing user to role mappings. See Roles.properties. Environment variable: Show more |
string |
|
||
型 |
デフォルト |
|||
The realm name. This is used when generating a hashed password Environment variable: Show more |
string |
|
||
Determine whether security via the embedded realm is enabled. Environment variable: Show more |
boolean |
|
||
型 |
デフォルト |
|||
Whether Flyway is enabled during the build. If Flyway is disabled, the Flyway beans won’t be created and Flyway won’t be usable. Environment variable: Show more |
boolean |
|
||
Comma-separated list of locations to scan recursively for migrations. The location type is determined by its prefix. Unprefixed locations or locations starting with classpath: point to a package on the classpath and may contain both SQL and Java-based migrations. Locations starting with filesystem: point to a directory on the filesystem, may only contain SQL migrations and are only scanned recursively down non-hidden directories. Environment variable: Show more |
list of string |
|
||
Comma-separated list of fully qualified class names of Callback implementations to use to hook into the Flyway lifecycle. The Environment variable: Show more |
list of string |
|||
Flag to activate/deactivate Flyway for a specific datasource at runtime. Environment variable: Show more |
boolean |
|
||
The maximum number of retries when attempting to connect to the database. After each failed attempt, Flyway will wait up to the configured Environment variable: Show more |
int |
|||
The maximum time between retries when attempting to connect to the database. This will cap the interval between connect retries to the value provided. Environment variable: Show more |
|
|||
Sets the default schema managed by Flyway. This schema name is case-sensitive. If not specified, but schemas is, Flyway uses the first schema in that list. If that is also not specified, Flyway uses the default schema for the database connection. Consequences:
Environment variable: Show more |
string |
|||
The JDBC URL that Flyway uses to connect to the database. Falls back to the datasource URL if not specified. Environment variable: Show more |
string |
|||
The username that Flyway uses to connect to the database. If no specific JDBC URL is configured, falls back to the datasource username if not specified. Environment variable: Show more |
string |
|||
The password that Flyway uses to connect to the database. If no specific JDBC URL is configured, falls back to the datasource password if not specified. Environment variable: Show more |
string |
|||
Comma-separated case-sensitive list of schemas managed by Flyway. The first schema in the list will be automatically set as the default one during the migration. It will also be the one containing the schema history table. Environment variable: Show more |
list of string |
|||
The name of Flyway’s schema history table. By default (single-schema mode), the schema history table is placed in the default schema for the connection provided by the datasource. When the flyway.schemas property is set (multi-schema mode), the schema history table is placed in the first schema of the list. Environment variable: Show more |
string |
|||
The file name prefix for versioned SQL migrations. Versioned SQL migrations have the following file name structure: prefixVERSIONseparatorDESCRIPTIONsuffix , which using the defaults translates to V1.1__My_description.sql Environment variable: Show more |
string |
|||
The file name prefix for repeatable SQL migrations. Repeatable SQL migrations have the following file name structure: prefixSeparatorDESCRIPTIONsuffix , which using the defaults translates to R__My_description.sql Environment variable: Show more |
string |
|||
true to execute Flyway clean command automatically when the application starts, false otherwise. Environment variable: Show more |
boolean |
|
||
true to prevent Flyway clean operations, false otherwise. Environment variable: Show more |
boolean |
|
||
true to automatically call clean when a validation error occurs, false otherwise. Environment variable: Show more |
boolean |
|
||
true to execute Flyway automatically when the application starts, false otherwise. Environment variable: Show more |
boolean |
|
||
true to execute a Flyway repair command when the application starts, false otherwise. Environment variable: Show more |
boolean |
|
||
true to execute a Flyway validate command when the application starts, false otherwise. Environment variable: Show more |
boolean |
|
||
true to execute Flyway baseline before migrations This flag is ignored if the flyway_schema_history table exists in the current schema or if the current schema is empty. Note that this will not automatically call migrate, you must either enable baselineAtStart or programmatically call flyway.migrate(). Environment variable: Show more |
boolean |
|
||
true to execute Flyway baseline automatically when the application starts. This flag is ignored if the flyway_schema_history table exists in the current schema. This will work even if the current schema is empty. Environment variable: Show more |
boolean |
|
||
The initial baseline version. Environment variable: Show more |
string |
|||
The description to tag an existing schema with when executing baseline. Environment variable: Show more |
string |
|||
Whether to automatically call validate when performing a migration. Environment variable: Show more |
boolean |
|
||
Allows migrations to be run "out of order". Environment variable: Show more |
boolean |
|
||
Ignore missing migrations when reading the history table. When set to true migrations from older versions present in the history table but absent in the configured locations will be ignored (and logged as a warning), when false (the default) the validation step will fail. Environment variable: Show more |
boolean |
|
||
Ignore future migrations when reading the history table. When set to true migrations from newer versions present in the history table but absent in the configured locations will be ignored (and logged as a warning), when false (the default) the validation step will fail. Environment variable: Show more |
boolean |
|
||
Whether Flyway should attempt to create the schemas specified in the schemas property Environment variable: Show more |
boolean |
|
||
Prefix of every placeholder (default: ${ ) Environment variable: Show more |
string |
|||
Suffix of every placeholder (default: } ) Environment variable: Show more |
string |
|||
The SQL statements to run to initialize a new database connection immediately after opening it. Environment variable: Show more |
string |
|||
Whether to validate migrations and callbacks whose scripts do not obey the correct naming convention. A failure can be useful to check that errors such as case sensitivity in migration prefixes have been corrected. Environment variable: Show more |
boolean |
|
||
Ignore migrations during validate and repair according to a given list of patterns (see https://flywaydb.org/documentation/configuration/parameters/ignoreMigrationPatterns for more information). When this configuration is set, the ignoreFutureMigrations and ignoreMissingMigrations settings are ignored. Patterns are comma separated. Environment variable: Show more |
list of string |
|||
Comma-separated list of locations to scan recursively for migrations. The location type is determined by its prefix. Unprefixed locations or locations starting with classpath: point to a package on the classpath and may contain both SQL and Java-based migrations. Locations starting with filesystem: point to a directory on the filesystem, may only contain SQL migrations and are only scanned recursively down non-hidden directories. Environment variable: Show more |
list of string |
|
||
Comma-separated list of fully qualified class names of Callback implementations to use to hook into the Flyway lifecycle. The Environment variable: Show more |
list of string |
|||
Sets the placeholders to replace in SQL migration scripts. Environment variable: Show more |
|
|||
Flag to activate/deactivate Flyway for a specific datasource at runtime. Environment variable: Show more |
boolean |
|
||
The maximum number of retries when attempting to connect to the database. After each failed attempt, Flyway will wait up to the configured Environment variable: Show more |
int |
|||
The maximum time between retries when attempting to connect to the database. This will cap the interval between connect retries to the value provided. Environment variable: Show more |
|
|||
Sets the default schema managed by Flyway. This schema name is case-sensitive. If not specified, but schemas is, Flyway uses the first schema in that list. If that is also not specified, Flyway uses the default schema for the database connection. Consequences:
Environment variable: Show more |
string |
|||
The JDBC URL that Flyway uses to connect to the database. Falls back to the datasource URL if not specified. Environment variable: Show more |
string |
|||
The username that Flyway uses to connect to the database. If no specific JDBC URL is configured, falls back to the datasource username if not specified. Environment variable: Show more |
string |
|||
The password that Flyway uses to connect to the database. If no specific JDBC URL is configured, falls back to the datasource password if not specified. Environment variable: Show more |
string |
|||
Comma-separated case-sensitive list of schemas managed by Flyway. The first schema in the list will be automatically set as the default one during the migration. It will also be the one containing the schema history table. Environment variable: Show more |
list of string |
|||
The name of Flyway’s schema history table. By default (single-schema mode), the schema history table is placed in the default schema for the connection provided by the datasource. When the flyway.schemas property is set (multi-schema mode), the schema history table is placed in the first schema of the list. Environment variable: Show more |
string |
|||
The file name prefix for versioned SQL migrations. Versioned SQL migrations have the following file name structure: prefixVERSIONseparatorDESCRIPTIONsuffix , which using the defaults translates to V1.1__My_description.sql Environment variable: Show more |
string |
|||
The file name prefix for repeatable SQL migrations. Repeatable SQL migrations have the following file name structure: prefixSeparatorDESCRIPTIONsuffix , which using the defaults translates to R__My_description.sql Environment variable: Show more |
string |
|||
true to execute Flyway clean command automatically when the application starts, false otherwise. Environment variable: Show more |
boolean |
|
||
true to prevent Flyway clean operations, false otherwise. Environment variable: Show more |
boolean |
|
||
true to automatically call clean when a validation error occurs, false otherwise. Environment variable: Show more |
boolean |
|
||
true to execute Flyway automatically when the application starts, false otherwise. Environment variable: Show more |
boolean |
|
||
true to execute a Flyway repair command when the application starts, false otherwise. Environment variable: Show more |
boolean |
|
||
true to execute a Flyway validate command when the application starts, false otherwise. Environment variable: Show more |
boolean |
|
||
true to execute Flyway baseline before migrations This flag is ignored if the flyway_schema_history table exists in the current schema or if the current schema is empty. Note that this will not automatically call migrate, you must either enable baselineAtStart or programmatically call flyway.migrate(). Environment variable: Show more |
boolean |
|
||
true to execute Flyway baseline automatically when the application starts. This flag is ignored if the flyway_schema_history table exists in the current schema. This will work even if the current schema is empty. Environment variable: Show more |
boolean |
|
||
The initial baseline version. Environment variable: Show more |
string |
|||
The description to tag an existing schema with when executing baseline. Environment variable: Show more |
string |
|||
Whether to automatically call validate when performing a migration. Environment variable: Show more |
boolean |
|
||
Allows migrations to be run "out of order". Environment variable: Show more |
boolean |
|
||
Ignore missing migrations when reading the history table. When set to true migrations from older versions present in the history table but absent in the configured locations will be ignored (and logged as a warning), when false (the default) the validation step will fail. Environment variable: Show more |
boolean |
|
||
Ignore future migrations when reading the history table. When set to true migrations from newer versions present in the history table but absent in the configured locations will be ignored (and logged as a warning), when false (the default) the validation step will fail. Environment variable: Show more |
boolean |
|
||
Sets the placeholders to replace in SQL migration scripts. Environment variable: Show more |
|
|||
Whether Flyway should attempt to create the schemas specified in the schemas property Environment variable: Show more |
boolean |
|
||
Prefix of every placeholder (default: ${ ) Environment variable: Show more |
string |
|||
Suffix of every placeholder (default: } ) Environment variable: Show more |
string |
|||
The SQL statements to run to initialize a new database connection immediately after opening it. Environment variable: Show more |
string |
|||
Whether to validate migrations and callbacks whose scripts do not obey the correct naming convention. A failure can be useful to check that errors such as case sensitivity in migration prefixes have been corrected. Environment variable: Show more |
boolean |
|
||
Ignore migrations during validate and repair according to a given list of patterns (see https://flywaydb.org/documentation/configuration/parameters/ignoreMigrationPatterns for more information). When this configuration is set, the ignoreFutureMigrations and ignoreMissingMigrations settings are ignored. Patterns are comma separated. Environment variable: Show more |
list of string |
|||
型 |
デフォルト |
|||
Cloud Event type (ce-type) that triggers this function. Default value is function name. This config item is only required when there is more than one function defined within the deployment. The ce-type is not looked at if there is only one function in the deployment. The message will just be dispatched to that function. This allows you to change the knative trigger binding without having to change the configuration of the quarkus deployment. Environment variable: Show more |
string |
|||
If function has response output, then what is the Cloud Event type (ce-type)? This will default to {function}.output Environment variable: Show more |
string |
|||
If function has response output, then what is the Cloud Event source (ce-source)? This will default to the function name Environment variable: Show more |
string |
|||
型 |
デフォルト |
|||
The function to export. If there is more than one function defined for this deployment, then you must set this variable. If there is only a single function, you do not have to set this config item. Environment variable: Show more |
string |
|||
型 |
デフォルト |
|||
The function name. Function names are specified on function classes using the Environment variable: Show more |
string |
|||
型 |
デフォルト |
|||
Whether Hibernate Envers is enabled <strong>during the build</strong>. If Hibernate Envers is disabled during the build, all processing related to Hibernate Envers will be skipped,
and the audit entities will not be added to the Hibernate ORM metamodel
nor to the database schema that Hibernate ORM generates,
but it will not be possible to use Hibernate Envers at runtime:
Environment variable: Show more |
boolean |
|
||
Whether Hibernate Envers should be active for this persistence unit at runtime. If Hibernate Envers is not active, the audit entities will still be added to the Hibernate ORM metamodel
and to the database schema that Hibernate ORM generates:
you would need to disable Hibernate Envers at build time (i.e. set Note that if Hibernate Envers is disabled (i.e. Environment variable: Show more |
boolean |
|
||
Enable store_data_at_delete feature. Maps to Environment variable: Show more |
boolean |
|
||
Defines a suffix for historical data table. Defaults to Environment variable: Show more |
string |
|
||
Defines a prefix for historical data table. Default is the empty string. Maps to Environment variable: Show more |
string |
|||
Revision field name. Defaults to Environment variable: |