Skip to content
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

[management] Better handling of settings (report #4787) #4804

Closed
phiz71 opened this issue Dec 15, 2020 · 0 comments · Fixed by gravitee-io/gravitee-management-rest-api#1306 or gravitee-io/gravitee-management-webui#1411

Comments

@phiz71
Copy link
Member

phiz71 commented Dec 15, 2020

As we can't merge directly #4787 to master, I prefer creating a dedicated issue

@phiz71 phiz71 added this to the APIM - 3.5.0 milestone Dec 15, 2020
@phiz71 phiz71 self-assigned this Dec 15, 2020
phiz71 added a commit to gravitee-io/gravitee-management-rest-api that referenced this issue Dec 15, 2020
* Rename Portal and Console xxConfigEntity to xxxSettingsEntity
* Introduce a new ConsoleConfigEntity, which contains only the settings needed for console runtime and accessible when not authenticated
* deprecate former resources to get and save settings (/organization/orgID/console & organization/orgID/environments/envID/portal)
* add new resources to get and save settings  (/organization/orgID/settings & organization/orgID/environments/envID/settings)
Closes gravitee-io/issues#4804
phiz71 added a commit to gravitee-io/gravitee-management-webui that referenced this issue Dec 15, 2020
* Rename Portal and Console xxxConfigService to xxxSettingsService...
* ... and use new resources to get and save settings  (/organization/orgID/settings & organization/orgID/environments/envID/settings)
* Call the "light" console config at startup

Closes gravitee-io/issues#4804
phiz71 added a commit to gravitee-io/gravitee-management-rest-api that referenced this issue Dec 15, 2020
* Rename Portal and Console xxConfigEntity to xxxSettingsEntity
* Introduce a new ConsoleConfigEntity, which contains only the settings needed for console runtime and accessible when not authenticated
* deprecate former resources to get and save settings (/organization/orgID/console & organization/orgID/environments/envID/portal)
* add new resources to get and save settings  (/organization/orgID/settings & organization/orgID/environments/envID/settings)
Closes gravitee-io/issues#4804
phiz71 added a commit to gravitee-io/gravitee-management-rest-api that referenced this issue Dec 17, 2020
* Rename Portal and Console xxConfigEntity to xxxSettingsEntity
* Introduce a new ConsoleConfigEntity, which contains only the settings needed for console runtime and accessible when not authenticated
* deprecate former resources to get and save settings (/organization/orgID/console & organization/orgID/environments/envID/portal)
* add new resources to get and save settings  (/organization/orgID/settings & organization/orgID/environments/envID/settings)
Closes gravitee-io/issues#4804
phiz71 added a commit to gravitee-io/gravitee-management-rest-api that referenced this issue Dec 17, 2020
* Rename Portal and Console xxConfigEntity to xxxSettingsEntity
* Introduce a new ConsoleConfigEntity, which contains only the settings needed for console runtime and accessible when not authenticated
* deprecate former resources to get and save settings (/organization/orgID/console & organization/orgID/environments/envID/portal)
* add new resources to get and save settings  (/organization/orgID/settings & organization/orgID/environments/envID/settings)
Closes gravitee-io/issues#4804
phiz71 added a commit to gravitee-io/gravitee-management-webui that referenced this issue Dec 18, 2020
* Rename Portal and Console xxxConfigService to xxxSettingsService...
* ... and use new resources to get and save settings  (/organization/orgID/settings & organization/orgID/environments/envID/settings)
* Call the "light" console config at startup

Closes gravitee-io/issues#4804
gcusnieux pushed a commit to gravitee-io/gravitee-management-webui that referenced this issue Dec 18, 2020
* Rename Portal and Console xxxConfigService to xxxSettingsService...
* ... and use new resources to get and save settings  (/organization/orgID/settings & organization/orgID/environments/envID/settings)
* Call the "light" console config at startup

Closes gravitee-io/issues#4804
gcusnieux pushed a commit to gravitee-io/gravitee-management-rest-api that referenced this issue Dec 18, 2020
* Rename Portal and Console xxConfigEntity to xxxSettingsEntity
* Introduce a new ConsoleConfigEntity, which contains only the settings needed for console runtime and accessible when not authenticated
* deprecate former resources to get and save settings (/organization/orgID/console & organization/orgID/environments/envID/portal)
* add new resources to get and save settings  (/organization/orgID/settings & organization/orgID/environments/envID/settings)
Closes gravitee-io/issues#4804
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment