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
Would it be possible to add the ability to locate the json and/or .env files used for configuration is a sub directory rather than root directory.
The reason for the request is based around containerisation.
Kubernetes allows for mounting of storage locations to containers, but this feature can't be used for storage of the auth0 configuration files( even though it is ideally suited for it) because they are expected in the root directory. If we could specify or if a specific directory was added to the getEnvironment and getJson functions this would allow this feature to be used.
The text was updated successfully, but these errors were encountered:
Hey, @cwp-michaell! 👋 Thanks for your feature suggestion.
Sure thing, that should be a pretty simple change to make. We can expose a new optional key in the configuration to assign the configuration search path. I'll work on that next week when I return from vacation. Thanks!
What should be added?
Would it be possible to add the ability to locate the json and/or .env files used for configuration is a sub directory rather than root directory.
The reason for the request is based around containerisation.
Kubernetes allows for mounting of storage locations to containers, but this feature can't be used for storage of the auth0 configuration files( even though it is ideally suited for it) because they are expected in the root directory. If we could specify or if a specific directory was added to the getEnvironment and getJson functions this would allow this feature to be used.
The text was updated successfully, but these errors were encountered: