You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new configuration options for initializing Concourse Server with custom admin credentials upon first run. These options enhance security by allowing a non-default usernames and passwords before starting the server.
The init_root_username option in concourse.prefs can be used to specify the username for the initial administrator account.
The init_root_password option in concourse.prefs can be used to specify the password for the initial administrator account
Exposed the default JMX port, 9010, in the Dockerfile.
Fixed a bug that kept HELP documentation from being packaged with Concourse Shell and prevented it from being displayed.
Added a fallback option to display Concourse Shell HELP documentation in contexts when the less command isn't available (e.g., IDEs).
Fixed a bug that caused Concourse Server to unnecessarily add error logging whenever a client disconnected.
Added the ability to create ConnectionPools that copy the credentials and connection information from an existing handler These copying connection pools can be created by using the respective "cached" or "fixed" factory methods in the ConnectionPool class that take a Concourse parameter.