Skip to content

Commit

Permalink
Added Vault feature support
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Oct 8, 2020
1 parent 4273d28 commit 4f52bab
Show file tree
Hide file tree
Showing 24 changed files with 156 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proxy-mysql/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ ZBX_DBTLSCERTFILE= # Available since 5.0.0
ZBX_DBTLSKEYFILE= # Available since 5.0.0
ZBX_DBTLSCIPHER= # Available since 5.0.0
ZBX_DBTLSCIPHER13= # Available since 5.0.0
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
ZBX_ENABLEREMOTECOMMANDS=0 # Available since 3.4.0
ZBX_LOGREMOTECOMMANDS=0 # Available since 3.4.0
ZBX_HOSTNAMEITEM=system.hostname
Expand Down
3 changes: 3 additions & 0 deletions proxy-mysql/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ ZBX_DBTLSCERTFILE= # Available since 5.0.0
ZBX_DBTLSKEYFILE= # Available since 5.0.0
ZBX_DBTLSCIPHER= # Available since 5.0.0
ZBX_DBTLSCIPHER13= # Available since 5.0.0
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
ZBX_ENABLEREMOTECOMMANDS=0 # Available since 3.4.0
ZBX_LOGREMOTECOMMANDS=0 # Available since 3.4.0
ZBX_HOSTNAMEITEM=system.hostname
Expand Down
3 changes: 3 additions & 0 deletions proxy-mysql/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ ZBX_DBTLSCERTFILE= # Available since 5.0.0
ZBX_DBTLSKEYFILE= # Available since 5.0.0
ZBX_DBTLSCIPHER= # Available since 5.0.0
ZBX_DBTLSCIPHER13= # Available since 5.0.0
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
ZBX_ENABLEREMOTECOMMANDS=0 # Available since 3.4.0
ZBX_LOGREMOTECOMMANDS=0 # Available since 3.4.0
ZBX_HOSTNAMEITEM=system.hostname
Expand Down
3 changes: 3 additions & 0 deletions proxy-sqlite3/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ The variable enable communication with Zabbix Java Gateway to collect Java relat
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
ZBX_ENABLEREMOTECOMMANDS=0 # Available since 3.4.0
ZBX_LOGREMOTECOMMANDS=0 # Available since 3.4.0
ZBX_SOURCEIP=
Expand Down
3 changes: 3 additions & 0 deletions proxy-sqlite3/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ The variable enable communication with Zabbix Java Gateway to collect Java relat
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
ZBX_ENABLEREMOTECOMMANDS=0 # Available since 3.4.0
ZBX_LOGREMOTECOMMANDS=0 # Available since 3.4.0
ZBX_SOURCEIP=
Expand Down
3 changes: 3 additions & 0 deletions proxy-sqlite3/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ The variable enable communication with Zabbix Java Gateway to collect Java relat
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
ZBX_ENABLEREMOTECOMMANDS=0 # Available since 3.4.0
ZBX_LOGREMOTECOMMANDS=0 # Available since 3.4.0
ZBX_SOURCEIP=
Expand Down
3 changes: 3 additions & 0 deletions server-mysql/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ ZBX_DBTLSCERTFILE= # Available since 5.0.0
ZBX_DBTLSKEYFILE= # Available since 5.0.0
ZBX_DBTLSCIPHER= # Available since 5.0.0
ZBX_DBTLSCIPHER13= # Available since 5.0.0
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
ZBX_LISTENIP=
ZBX_HISTORYSTORAGEURL= # Available since 3.4.0
ZBX_HISTORYSTORAGETYPES=uint,dbl,str,log,text # Available since 3.4.0
Expand Down
3 changes: 3 additions & 0 deletions server-mysql/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ ZBX_DBTLSCERTFILE= # Available since 5.0.0
ZBX_DBTLSKEYFILE= # Available since 5.0.0
ZBX_DBTLSCIPHER= # Available since 5.0.0
ZBX_DBTLSCIPHER13= # Available since 5.0.0
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
ZBX_LISTENIP=
ZBX_HISTORYSTORAGEURL= # Available since 3.4.0
ZBX_HISTORYSTORAGETYPES=uint,dbl,str,log,text # Available since 3.4.0
Expand Down
3 changes: 3 additions & 0 deletions server-mysql/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ ZBX_DBTLSCERTFILE= # Available since 5.0.0
ZBX_DBTLSKEYFILE= # Available since 5.0.0
ZBX_DBTLSCIPHER= # Available since 5.0.0
ZBX_DBTLSCIPHER13= # Available since 5.0.0
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
ZBX_LISTENIP=
ZBX_HISTORYSTORAGEURL= # Available since 3.4.0
ZBX_HISTORYSTORAGETYPES=uint,dbl,str,log,text # Available since 3.4.0
Expand Down
3 changes: 3 additions & 0 deletions server-pgsql/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ ZBX_DBTLSCERTFILE= # Available since 5.0.0
ZBX_DBTLSKEYFILE= # Available since 5.0.0
ZBX_DBTLSCIPHER= # Available since 5.0.0
ZBX_DBTLSCIPHER13= # Available since 5.0.0
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
ZBX_LISTENIP=
ZBX_HISTORYSTORAGEURL= # Available since 3.4.0
ZBX_HISTORYSTORAGETYPES=uint,dbl,str,log,text # Available since 3.4.0
Expand Down
3 changes: 3 additions & 0 deletions server-pgsql/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ ZBX_DBTLSCERTFILE= # Available since 5.0.0
ZBX_DBTLSKEYFILE= # Available since 5.0.0
ZBX_DBTLSCIPHER= # Available since 5.0.0
ZBX_DBTLSCIPHER13= # Available since 5.0.0
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
ZBX_LISTENIP=
ZBX_HISTORYSTORAGEURL= # Available since 3.4.0
ZBX_HISTORYSTORAGETYPES=uint,dbl,str,log,text # Available since 3.4.0
Expand Down
3 changes: 3 additions & 0 deletions server-pgsql/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ ZBX_DBTLSCERTFILE= # Available since 5.0.0
ZBX_DBTLSKEYFILE= # Available since 5.0.0
ZBX_DBTLSCIPHER= # Available since 5.0.0
ZBX_DBTLSCIPHER13= # Available since 5.0.0
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
ZBX_LISTENIP=
ZBX_HISTORYSTORAGEURL= # Available since 3.4.0
ZBX_HISTORYSTORAGETYPES=uint,dbl,str,log,text # Available since 3.4.0
Expand Down
10 changes: 10 additions & 0 deletions web-apache-mysql/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,16 @@ The variable allows to specify a custom list of valid ciphers. The format of the

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``
Expand Down
10 changes: 10 additions & 0 deletions web-apache-mysql/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,16 @@ The variable allows to specify a custom list of valid ciphers. The format of the

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``
Expand Down
10 changes: 10 additions & 0 deletions web-apache-mysql/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,16 @@ The variable allows to specify a custom list of valid ciphers. The format of the

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``
Expand Down
10 changes: 10 additions & 0 deletions web-apache-pgsql/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
10 changes: 10 additions & 0 deletions web-apache-pgsql/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
10 changes: 10 additions & 0 deletions web-apache-pgsql/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
10 changes: 10 additions & 0 deletions web-nginx-mysql/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,16 @@ The variable allows to specify a custom list of valid ciphers. The format of the

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/nginx``
Expand Down
10 changes: 10 additions & 0 deletions web-nginx-mysql/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,16 @@ The variable allows to specify a custom list of valid ciphers. The format of the

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/nginx``
Expand Down
10 changes: 10 additions & 0 deletions web-nginx-mysql/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,16 @@ The variable allows to specify a custom list of valid ciphers. The format of the

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/nginx``
Expand Down
10 changes: 10 additions & 0 deletions web-nginx-pgsql/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/nginx``
Expand Down
10 changes: 10 additions & 0 deletions web-nginx-pgsql/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/nginx``
Expand Down
10 changes: 10 additions & 0 deletions web-nginx-pgsql/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/nginx``
Expand Down

0 comments on commit 4f52bab

Please sign in to comment.