-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Extension to view the values configured by MicroProfile config in development mode #1349
Comments
I was thinking of dev mode only actually to avoid some security disaster. |
Yes, makes sense to me. We could make it part of the configuration: Default would be enabled in devmode, disabled in production mode. |
We hate configuration toggles. They complicate the user experience. You really need an important reason to bring one in. What usage flow would not work if we were not allowing this to be seen in PROD mode? |
Agreed, no toggles. I've updated the config extension to only work in development mode: |
@hpehl do you plan to do it or should I close it? |
I'll update the extension and open a PR. |
We can now do this in the config editor in Dev UI, so IMHO this can be closed. |
No objections from my side. |
Integrate the config extension into Quarkus. Can come handy in both dev and production mode.
The text was updated successfully, but these errors were encountered: