read_config
Reads server.xml, jvm.options, server.env, and referenced properties files from a Liberty app via SSH, with secrets redacted.
Instructions
SSH to a server and read a Liberty-style app's server.xml plus jvm.options, server.env, bootstrap.properties, and any *.properties files referenced from server.xml, with password/token/secret/key values redacted.
Args:
server_ip: Hostname or IP address of the server to connect to over SSH.
os_user: SSH username to authenticate as.
ssh_key: Path to the private key file (on this machine) used for authentication.
deployment_directory: Base deployment directory containing the application folder.
application: Name of the application subfolder to read config from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| os_user | Yes | ||
| ssh_key | Yes | ||
| server_ip | Yes | ||
| application | Yes | ||
| deployment_directory | Yes |