We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have many servcies that use local envvars like: AUDIT_EVENTS_ENDPOINT and AUDIT_EVENTS_CLUSTER but not global ones.
AUDIT_EVENTS_ENDPOINT
AUDIT_EVENTS_CLUSTER
For ease of configuration, we should add global envvars: OCIS_EVENTS_ENDPOINT and OCIS_EVENTS_CLUSTER
OCIS_EVENTS_ENDPOINT
OCIS_EVENTS_CLUSTER
Just run a grep in the services folder like grep -rl _EVENTS_ENDPOINT and you get the list of services affected.
grep -rl _EVENTS_ENDPOINT
Idea mentioned by @butonic in PR #5846 (Antivirus)
@butonic @kobergj @micbar
The text was updated successfully, but these errors were encountered:
Introduced global OCIS_EVENTS_ENDPOINT and OCIS_EVENTS_CLUSTER ownclo…
fcfb2ab
…ud#5901
Merge pull request #6009 from 2403905/introduceGlobalVariables
78ab7d6
Introduced global OCIS_EVENTS_ENDPOINT and OCIS_EVENTS_CLUSTER #5901
8b23d98
Successfully merging a pull request may close this issue.
We have many servcies that use local envvars like:
AUDIT_EVENTS_ENDPOINT
andAUDIT_EVENTS_CLUSTER
but not global ones.
For ease of configuration, we should add global envvars:
OCIS_EVENTS_ENDPOINT
andOCIS_EVENTS_CLUSTER
Just run a grep in the services folder like
grep -rl _EVENTS_ENDPOINT
and you get the list of services affected.Idea mentioned by @butonic in PR #5846 (Antivirus)
@butonic @kobergj @micbar
The text was updated successfully, but these errors were encountered: