[Gateway Federation][Feature][4.5.0] Add Publisher and Devportal UI Restrictions for Federated Gateway Types#880
Merged
hisanhunais merged 1 commit intowso2:mainfrom Feb 14, 2025
Conversation
4c0ab1f to
8a17cea
Compare
lasanthaS
previously approved these changes
Feb 11, 2025
8a17cea to
819fc44
Compare
Krishanx92
previously approved these changes
Feb 11, 2025
Krishanx92
reviewed
Feb 12, 2025
portals/publisher/src/main/webapp/source/src/app/components/Apis/Create/APICreateRoutes.jsx
Outdated
Show resolved
Hide resolved
819fc44 to
d8db2e2
Compare
0da7ed6 to
9b54346
Compare
9b54346 to
beaed06
Compare
Krishanx92
approved these changes
Feb 14, 2025
|
portals/publisher/src/main/webapp/source/src/app/components/Apis/Apis.jsx
Show resolved
Hide resolved
portals/publisher/src/main/webapp/source/src/app/components/Apis/Apis.jsx
Show resolved
Hide resolved
...publisher/src/main/webapp/source/src/app/components/Apis/Create/Default/APICreateDefault.jsx
Show resolved
Hide resolved
...lisher/src/main/webapp/source/src/app/components/Apis/Details/Endpoints/EndpointOverview.jsx
Show resolved
Hide resolved
.../src/main/webapp/source/src/app/components/Apis/Details/Environments/DeploymentOnbording.jsx
Show resolved
Hide resolved
.../src/main/webapp/source/src/app/components/Apis/Details/Environments/DeploymentOnbording.jsx
Show resolved
Hide resolved
...blisher/src/main/webapp/source/src/app/components/Apis/Details/Environments/Environments.jsx
Show resolved
Hide resolved
...als/publisher/src/main/webapp/source/src/app/components/Apis/Details/Resources/Resources.jsx
Show resolved
Hide resolved
.../main/webapp/source/src/app/components/Apis/Details/Resources/components/APIRateLimiting.jsx
Show resolved
Hide resolved
portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/index.jsx
Show resolved
Hide resolved
RakhithaRR
reviewed
Apr 24, 2025
portals/publisher/src/main/webapp/source/src/app/components/Apis/Create/APICreateRoutes.jsx
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
This PR introduced a filtering mechanism to render publisher features in a controlled manner for federated gateways. Also the deployment flow is optimised for the federated gateways. Operation Policy filtering mechanism is improved to show AWS related common policies only for the AWS type APIs. Devportal UI is restricted for federated gateways.
Fixes