Accesser Container environment variables

DS_MANAGER_IP

The IP address of the Manager node. Accepts IPv4 or IPv6 addresses.

DS_MANAGER_AUTOACCEPT or DS_MANAGER_FINGERPRINT

If set to DS_MANAGER_AUTOACCEPT=true, the Container accepts any certificate the Manager Node provides from the IP address that is specified in DS_MANAGER_IP.

If DS_MANAGER_FINGERPRINT has any value that is specified, the Container accepts the Manager Node-provided certificate at the IP address that is specified in DS_MANAGER_IP only if the certificate fingerprint matches the fingerprint. The fingerprint should be provided in colon-separated pairs of hex digits.

For example, the DS_MANAGER_FINGERPRINT=aa:bb:cc accepts any Manager fingerprint beginning with aa:bb:cc.

Manual, interactive certificate approval (that is, manager ip at the localadmin shell) is not available for the Accesser® Container.
Table 1. Situational variables
Variable Variable Type Purpose Required?

DS_MANAGER_PORT

Integer

Port for Manager services

Yes when using a Manager Container

DS_CNC_EXTERNAL_CONNECT_IP

String

External IP address Manager Node contacts

Yes when --net="bridge".

To remove the IP address, enter no value for this environment variable.

DS_CNC_EXTERNAL_CONNECT_IP_IPV6

String

External IPv6 address Manager Node contacts

Yes when --net="bridge".

To remove the IPv6 address, enter no value for this environment variable.

DS_CNC_EXTERNAL_CONNECT_PORT

Integer

Port number the Manager Node contacts

Yes when --net="bridge"

DS_PKI_SUBJECT

String

Specifies an alternative PKI subject

 
DS_OTEL_COL_MAX_MEMORY Integer Tuning parameter to limit the amount of memory that is allocated to the IBM COS OpenTelemetry Collector in the Accesser Container. Specified in megabytes. If not specified, the default of 4 GiB is used. No