All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docker.presto-product-tests.conf.environment.singlenode-ldap.config.properties Maven / Gradle / Ivy

There is a newer version: 448
Show newest version
#
# WARNING
# ^^^^^^^
# This configuration file is for development only and should NOT be used
# in production. For example configuration, see the Trino documentation.
#

node.id=will-be-overwritten
node.environment=test
node.internal-address-source=FQDN

coordinator=true
node-scheduler.include-coordinator=true
query.max-memory=1GB
query.max-memory-per-node=1GB
discovery.uri=https://presto-master:8443

# LDAP specific properties
# https will have to be enabled for ldap authentication
http-server.http.enabled=false
http-server.https.port=8443
http-server.https.enabled=true
http-server.https.keystore.path=/etc/openldap/certs/coordinator.jks
http-server.https.keystore.key=testldap
http-server.authentication.type=PASSWORD,CERTIFICATE

internal-communication.https.required=true
internal-communication.shared-secret=internal-shared-secret
internal-communication.https.keystore.path=/etc/openldap/certs/coordinator.jks
internal-communication.https.keystore.key=testldap




© 2015 - 2024 Weber Informatics LLC | Privacy Policy