Open bossm8 opened 1 year ago
Note: the same behaviour is observed when using the GENERIC_ROOT_CA
option
FYI: the only way to get it working for me was to inject the certificate in a "non regular" way within system trusted store at container startup like below:
# for unknown reason , update-ca-certificates standard way doesn’t work as expected
cat "/usr/share/ca-certificates/my-ca.crt" >> /etc/ssl/certs/ca-certificates.crt
# starting chronograf
chronograf $@
testing using image digest: sha256:388abdaf401707b186f9d5702858f4677eb03fd673f5a399101f12a1adc1eb18
Using the docker container
chronograf:1.10
Chronograf fails when using an OAuth provider which has a self signed certificate, even when the environment
GENERIC_INSECURE
is set to true (#5491).docker-compose snippet containing the environment settings
Error message shown once the authentication happened on the OAuth provider:
The same happens when using the CLI option
--generic-insecure
in thecommand
section of the docker-compose