Petals Cockpit 0.22.0-SNAPSHOT

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
    - type: http
      port: 8080
bindHost: 56.158.30.50
{code}

*bindHost* will set your default connector host IP. If not overridden in _artifactServer_ section, it will also be used by the artifact server. It is optional and will be localhost (127.0.0.1) by default.

h3. Artifact server

This section configures the artifact server, which is responsible of serving artifacts (from cockpit backend to Petals containers) while deployed using cockpit interface.

{code}
artifactServer:
temporaryPath: /tmp/petals-cockpit-artifacts
externalHost: 56.158.30.10
{code}

*temporaryPath:* Local file location while artifact is served. (Default "{java.io.tmpdir}/petals-cockpit-artifacts")
*externalHost:* This host overrides _bindHost_ in the address sent to petals to download artifacts. Thus default is _server.applicationConnectors.bindHost_.

h3. Database


{warning}
For now (Petals Cockpit *0.25.0*) LDAP connection is still in development.
LDAP connection is fully available since Petals Cockpit *0.27.0*. Previous builds may not have this feature operational.
{warning}