Internal UI : Setup Link & SSO Tracer
Open
devkiran
opened this issue 1 year ago
•
0 comments
What does this PR do?
- [x] Move Setup Link components to internal-ui
- [x] Move SSO Tracer components to internal-ui
- [x] Add webhook url and secret inputs to create dsync setup link form
- [x] Prevent updating dsync properties (name, webhook url, secret) via setup link
- [x] Fixed the deleting dsync connection via setup link
Type of change
- [ ] Updated dependencies
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
How should this be tested?
Checklist:
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code and corrected any misspellings
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes