PromucFlow_constructor/app/server/appsmith-server
Shrikant Sharat Kandula c509a640b7
feat: Add an API to get env values for superusers (#7043)
This commit adds the following API:

`/api/v1/admin/env` — Responds with the names and values of all environment variables currently configured, that are allowed for configuration from the UI. Some variables will be missing from this, ones that are not allowed to be edited from the configuration UI.

Doesn't take any query params. Only usable by the superuser.

Also added a `isSuperUser` boolean field to the response of `api/v1/users/me`, that will indicate whether the current user is a superuser or not.
2021-09-15 13:56:41 +05:30
..
src feat: Add an API to get env values for superusers (#7043) 2021-09-15 13:56:41 +05:30
auth-notes
pom.xml [skip_changelog] Feature/directory structure for version control (#6757) 2021-09-06 18:18:18 +05:30