mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-02 19:09:21 +01:00
Added more detailed description for SSO variables
This commit is contained in:
parent
701c5acfde
commit
962668c1dc
@ -200,10 +200,32 @@ The variable allows to activate host verification. Available since 5.0.0.
|
|||||||
|
|
||||||
The variable allows to specify a custom list of valid ciphers. The format of the cipher list must conform to the OpenSSL standard. Available since 5.0.0.
|
The variable allows to specify a custom list of valid ciphers. The format of the cipher list must conform to the OpenSSL standard. Available since 5.0.0.
|
||||||
|
|
||||||
|
### `ZBX_SSO_SP_KEY`
|
||||||
|
|
||||||
|
The variable allows to specify a custom file path to the Serivce Provider (SP) private key file.
|
||||||
|
|
||||||
|
### `ZBX_SSO_SP_CERT`
|
||||||
|
|
||||||
|
The variable allows to specify a custom file path to the Serivce Provider (SP) cert file.
|
||||||
|
|
||||||
|
### `ZBX_SSO_IDP_CERT`
|
||||||
|
|
||||||
|
The variable allows to specify a custom file path to the SAML Certificate provided by the Identity Provider (ID) file.
|
||||||
|
|
||||||
## `ZBX_SSO_SETTINGS`
|
## `ZBX_SSO_SETTINGS`
|
||||||
|
|
||||||
The variable allows to specify custom SSO settings in JSON format. Available since 5.0.0.
|
The variable allows to specify custom SSO settings in JSON format. Available since 5.0.0.
|
||||||
|
|
||||||
|
Example of YAML Mapping to Sequences
|
||||||
|
|
||||||
|
```
|
||||||
|
....
|
||||||
|
environment:
|
||||||
|
ZBX_SSO_SETTINGS: "{'baseurl': 'https://zabbix-docker.mydomain.com', 'use_proxy_headers': true, 'strict': false}"
|
||||||
|
....
|
||||||
|
....
|
||||||
|
```
|
||||||
|
|
||||||
### Other variables
|
### Other variables
|
||||||
|
|
||||||
Additionally the image allows to specify many other environment variables listed below:
|
Additionally the image allows to specify many other environment variables listed below:
|
||||||
|
@ -200,10 +200,32 @@ The variable allows to specify the full path to a valid TLS certificate authorit
|
|||||||
|
|
||||||
The variable allows to activate host verification. Available since 5.0.0.
|
The variable allows to activate host verification. Available since 5.0.0.
|
||||||
|
|
||||||
|
### `ZBX_SSO_SP_KEY`
|
||||||
|
|
||||||
|
The variable allows to specify a custom file path to the Serivce Provider (SP) private key file.
|
||||||
|
|
||||||
|
### `ZBX_SSO_SP_CERT`
|
||||||
|
|
||||||
|
The variable allows to specify a custom file path to the Serivce Provider (SP) cert file.
|
||||||
|
|
||||||
|
### `ZBX_SSO_IDP_CERT`
|
||||||
|
|
||||||
|
The variable allows to specify a custom file path to the SAML Certificate provided by the Identity Provider (ID) file.
|
||||||
|
|
||||||
## `ZBX_SSO_SETTINGS`
|
## `ZBX_SSO_SETTINGS`
|
||||||
|
|
||||||
The variable allows to specify custom SSO settings in JSON format. Available since 5.0.0.
|
The variable allows to specify custom SSO settings in JSON format. Available since 5.0.0.
|
||||||
|
|
||||||
|
Example of YAML Mapping to Sequences
|
||||||
|
|
||||||
|
```
|
||||||
|
....
|
||||||
|
environment:
|
||||||
|
ZBX_SSO_SETTINGS: "{'baseurl': 'https://zabbix-docker.mydomain.com', 'use_proxy_headers': true, 'strict': false}"
|
||||||
|
....
|
||||||
|
....
|
||||||
|
```
|
||||||
|
|
||||||
### Other variables
|
### Other variables
|
||||||
|
|
||||||
Additionally the image allows to specify many other environment variables listed below:
|
Additionally the image allows to specify many other environment variables listed below:
|
||||||
|
@ -201,10 +201,32 @@ The variable allows to activate host verification. Available since 5.0.0.
|
|||||||
|
|
||||||
The variable allows to specify a custom list of valid ciphers. The format of the cipher list must conform to the OpenSSL standard. Available since 5.0.0.
|
The variable allows to specify a custom list of valid ciphers. The format of the cipher list must conform to the OpenSSL standard. Available since 5.0.0.
|
||||||
|
|
||||||
|
### `ZBX_SSO_SP_KEY`
|
||||||
|
|
||||||
|
The variable allows to specify a custom file path to the Serivce Provider (SP) private key file.
|
||||||
|
|
||||||
|
### `ZBX_SSO_SP_CERT`
|
||||||
|
|
||||||
|
The variable allows to specify a custom file path to the Serivce Provider (SP) cert file.
|
||||||
|
|
||||||
|
### `ZBX_SSO_IDP_CERT`
|
||||||
|
|
||||||
|
The variable allows to specify a custom file path to the SAML Certificate provided by the Identity Provider (ID) file.
|
||||||
|
|
||||||
## `ZBX_SSO_SETTINGS`
|
## `ZBX_SSO_SETTINGS`
|
||||||
|
|
||||||
The variable allows to specify custom SSO settings in JSON format. Available since 5.0.0.
|
The variable allows to specify custom SSO settings in JSON format. Available since 5.0.0.
|
||||||
|
|
||||||
|
Example of YAML Mapping to Sequences
|
||||||
|
|
||||||
|
```
|
||||||
|
....
|
||||||
|
environment:
|
||||||
|
ZBX_SSO_SETTINGS: "{'baseurl': 'https://zabbix-docker.mydomain.com', 'use_proxy_headers': true, 'strict': false}"
|
||||||
|
....
|
||||||
|
....
|
||||||
|
```
|
||||||
|
|
||||||
### Other variables
|
### Other variables
|
||||||
|
|
||||||
Additionally the image allows to specify many other environment variables listed below:
|
Additionally the image allows to specify many other environment variables listed below:
|
||||||
|
@ -200,10 +200,32 @@ The variable allows to specify the full path to a valid TLS certificate authorit
|
|||||||
|
|
||||||
The variable allows to activate host verification. Available since 5.0.0.
|
The variable allows to activate host verification. Available since 5.0.0.
|
||||||
|
|
||||||
|
### `ZBX_SSO_SP_KEY`
|
||||||
|
|
||||||
|
The variable allows to specify a custom file path to the Serivce Provider (SP) private key file.
|
||||||
|
|
||||||
|
### `ZBX_SSO_SP_CERT`
|
||||||
|
|
||||||
|
The variable allows to specify a custom file path to the Serivce Provider (SP) cert file.
|
||||||
|
|
||||||
|
### `ZBX_SSO_IDP_CERT`
|
||||||
|
|
||||||
|
The variable allows to specify a custom file path to the SAML Certificate provided by the Identity Provider (ID) file.
|
||||||
|
|
||||||
## `ZBX_SSO_SETTINGS`
|
## `ZBX_SSO_SETTINGS`
|
||||||
|
|
||||||
The variable allows to specify custom SSO settings in JSON format. Available since 5.0.0.
|
The variable allows to specify custom SSO settings in JSON format. Available since 5.0.0.
|
||||||
|
|
||||||
|
Example of YAML Mapping to Sequences
|
||||||
|
|
||||||
|
```
|
||||||
|
....
|
||||||
|
environment:
|
||||||
|
ZBX_SSO_SETTINGS: "{'baseurl': 'https://zabbix-docker.mydomain.com', 'use_proxy_headers': true, 'strict': false}"
|
||||||
|
....
|
||||||
|
....
|
||||||
|
```
|
||||||
|
|
||||||
### Other variables
|
### Other variables
|
||||||
|
|
||||||
Additionally the image allows to specify many other environment variables listed below:
|
Additionally the image allows to specify many other environment variables listed below:
|
||||||
|
Loading…
Reference in New Issue
Block a user