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
If the values have to be read from a file, then, in a multi-tenant environment, we will need separate images for each tenant.
The whole point of the dynamic config is to avoid that - so that we can reuse the same docker image for all tenants.
We cannot put the cognito values into the dynamic config for obvious reasons, but we can and should put it into environment variables so that we can configure different instances of the image correctly.
The text was updated successfully, but these errors were encountered:
However, we should think about this carefully and clean it up a bit.
For example, we might want to reconsider whether we even need to read cognito values from a file given that we are going to support environment variables anyway.
If the values have to be read from a file, then, in a multi-tenant environment, we will need separate images for each tenant.
The whole point of the dynamic config is to avoid that - so that we can reuse the same docker image for all tenants.
We cannot put the cognito values into the dynamic config for obvious reasons, but we can and should put it into environment variables so that we can configure different instances of the image correctly.
The text was updated successfully, but these errors were encountered: