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
When running the below grep commands in the service folder, the following services get listed using a xxx_ROOT_CA_CERTIFICATE, a xxx_EVENTS_TLS_INSECURE and a xxx_EVENTS_ENABLE_TLS setting.
Though xxx_EVENTS_TLS_INSECURE does have OCIS_INSECURE as global option,
same with xxx_EVENTS_TLS_INSECURE which has OCIS_EVENTS_ENABLE_TLS, xxx_ROOT_CA_CERTIFICATE do not have a global option.
Proposal
For ease of configuration of the xxx_ROOT_CA_CERTIFICATE, we should add a global envvar like: OCIS_TLS_ROOT_CA_CERTIFICATE
The text was updated successfully, but these errors were encountered:
mmattel
changed the title
Introduce global OCIS__ROOT_CA_CERTIFICATE and OCIS_EVENTS_TLS_INSECURE
Introduce global OCIS__ROOT_CA_CERTIFICATE
Mar 22, 2023
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
When running the below grep commands in the service folder, the following services get listed using a
xxx_ROOT_CA_CERTIFICATE
, axxx_EVENTS_TLS_INSECURE
and axxx_EVENTS_ENABLE_TLS
setting.Though
xxx_EVENTS_TLS_INSECURE
does haveOCIS_INSECURE
as global option,same with
xxx_EVENTS_TLS_INSECURE
which hasOCIS_EVENTS_ENABLE_TLS
,xxx_ROOT_CA_CERTIFICATE
do not have a global option.Proposal
For ease of configuration of the
xxx_ROOT_CA_CERTIFICATE
, we should add a global envvar like:OCIS_TLS_ROOT_CA_CERTIFICATE
grep -rl _ROOT_CA_CERTIFICATE
grep -rl _EVENTS_TLS_INSECURE (all those envvars have
OCIS_INSECURE
as global option)grep -rl _EVENTS_ENABLE_TLS (all those envvars have
OCIS_EVENTS_ENABLE_TLS
as global option)Note that before creating a PR, rerun the grep commands to list all services affected because new services may have been introduced in the meanwhile.
@butonic @micbar @kobergj
The text was updated successfully, but these errors were encountered: