Added Vault feature support

This commit is contained in:
Alexey Pustovalov
2020-10-08 05:11:55 -04:00
parent 4273d28352
commit 4f52bab33e
24 changed files with 156 additions and 0 deletions

View File

@ -196,6 +196,16 @@ The variable allows to activate host verification. Available since 5.0.0.
The variable allows to specify custom SSO settings in JSON format. Available since 5.0.0.
### Other variables
Additionally the image allows to specify many other environment variables listed below:
```
ZBX_VAULTDBPATH= # Available since 5.2.0
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
VAULT_TOKEN= # Available since 5.2.0
```
## Allowed volumes for the Zabbix web interface container
### ``/etc/ssl/apache2``

View File

@ -196,6 +196,16 @@ The variable allows to activate host verification. Available since 5.0.0.
The variable allows to specify custom SSO settings in JSON format. Available since 5.0.0.
### Other variables
Additionally the image allows to specify many other environment variables listed below:
```
ZBX_VAULTDBPATH= # Available since 5.2.0
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
VAULT_TOKEN= # Available since 5.2.0
```
## Allowed volumes for the Zabbix web interface container
### ``/etc/ssl/apache2``

View File

@ -196,6 +196,16 @@ The variable allows to activate host verification. Available since 5.0.0.
The variable allows to specify custom SSO settings in JSON format. Available since 5.0.0.
### Other variables
Additionally the image allows to specify many other environment variables listed below:
```
ZBX_VAULTDBPATH= # Available since 5.2.0
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
VAULT_TOKEN= # Available since 5.2.0
```
## Allowed volumes for the Zabbix web interface container
### ``/etc/ssl/apache2``