-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
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
Wrong named envvars #7292
Comments
All
|
The |
👍 let me rephrase For all services except |
Missed during ticket creation: |
Services |
Just identified when looking into global envvars that should start with
OCIS_
STORAGE_USERS_PERMISSION_ENDPOINT
-->OCIS_STORAGE_USERS_PERMISSION_ENDPOINT
STORAGE_USERS_ASYNC_PROPAGATOR_PROPAGATION_DELAY
-->OCIS_STORAGE_USERS_ASYNC_PROPAGATOR_PROPAGATION_DELAY
In the graph service, same as in userlog, there is the key-pair:
OCIS_MACHINE_AUTH_API_KEY
USERLOG_MACHINE_AUTH_API_KEY
-->GRAPH_MACHINE_AUTH_API_KEY
WEB_UI_CONFIG_FILE
is double present, can be seen in the web service too, we need to check why.Following envvars are used in both the
userlog
andclientlog
service. Those should be then either a global one starting withOCIS_
or the clientlog version adapted toCLIENTLOG_
:USERLOG_DEBUG_ADDR
USERLOG_DEBUG_PPROF
USERLOG_DEBUG_TOKEN
USERLOG_DEBUG_ZPAGES
USERLOG_LOG_COLOR
USERLOG_LOG_FILE
USERLOG_LOG_LEVEL
USERLOG_LOG_PRETTY
@kobergj @dragonchaser
The text was updated successfully, but these errors were encountered: