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
Using the mentioned envvar in docker-compose will make it appear in the containers environment variables (confirmed using env | grep -i privkey_password)
However, the sslPassword = <value> line is missing from /etc/system/local/web.conf
Expected behavior:
The envvar key value pair should be inserted into web.conf
The text was updated successfully, but these errors were encountered:
Splunk version:
9.0.5
Observed behavior:
env | grep -i privkey_password
)sslPassword = <value>
line is missing from/etc/system/local/web.conf
Expected behavior:
The text was updated successfully, but these errors were encountered: