-
Notifications
You must be signed in to change notification settings - Fork 85
fix(config-api): added asset validation and pagination, removed redundant fields for TR, agama swagger spec #8582
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
Conversation
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
…thentication issue#8384 Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
…d service validation Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
Signed-off-by: pujavs <[email protected]>
|
Signed-off-by: pujavs <[email protected]>
|
|
|
|
|
…dant fields for TR, agama swagger spec (#8582) * fix(config-api): user attribute validation error handling Signed-off-by: pujavs <[email protected]> * fix(config-api): user attribute validation error handling Signed-off-by: pujavs <[email protected]> * fix(config-api): user attribute validation error handling Signed-off-by: pujavs <[email protected]> * fix: added new IDP attributes Signed-off-by: pujavs <[email protected]> * fix: added new IDP attributes Signed-off-by: pujavs <[email protected]> * fix(config-api): idp default values set Signed-off-by: pujavs <[email protected]> * fix(config-api): idp metadata default values issue#8384 Signed-off-by: pujavs <[email protected]> * feat: idp metadata default value and removing filepath in document-store Signed-off-by: pujavs <[email protected]> * feat: idp metadata default value and removing filepath in document-store Signed-off-by: pujavs <[email protected]> * fix: assetmgt and idp changes Signed-off-by: pujavs <[email protected]> * fix: assetmgt and idp changes Signed-off-by: pujavs <[email protected]> * fix(config-api): validation for imp fields of asset mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): pagination for get asset by name, asset filename and service validation Signed-off-by: pujavs <[email protected]> * fix(config-api): added asset validation, removed redundant fields for TR Signed-off-by: pujavs <[email protected]> * fix(config-api): agama swagger spec changes Signed-off-by: pujavs <[email protected]> * fix(config-api): agama swagger spec changes Signed-off-by: pujavs <[email protected]> * fix(config-api): added asset validation, removed redundant fields for TR Signed-off-by: pujavs <[email protected]> * fix(config-api): added asset validation, removed redundant fields for TR Signed-off-by: pujavs <[email protected]> * fix(config-api): added asset validation, removed redundant fields for TR Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]> Former-commit-id: d36fc80
Prepare
Description
Issue#8541: fix: add validation for asset mgt module
Issue#8549: feat(config-api): implement pagination for asset mgt
Issue#8572: bug(config-api): SAML TR - remove non-required fields
Issue#8581: doc(config-api): agama doc add missing doc parameter description
Target issue
closes #8541 #8549 #8572 #8581
Implementation Details
Test and Document the changes