WrenSecurity / wrenam

Community fork of OpenAM, an authentication and authorization system originally developed by ForgeRock.
Other
43 stars 27 forks source link

Add data store management to XUI #166

Closed krausvo1 closed 9 months ago

krausvo1 commented 9 months ago

This PR adds data stores (identity repositories) management to XUI.

Data store management offers the same features as it did in openam-console - listing, creating, editing and deleting realm specific data stores.

Implementation details:

Known shortcomings:

All openam-console code has been preserved.

krausvo1 commented 9 months ago

I have dropped commit upgrading grunt-eslint and grunt-sync that is already present in https://github.com/WrenSecurity/wrenam/pull/165.

krausvo1 commented 9 months ago

Since we want to rewrite AMD files to ESM in the future, I will rewrite all files added here to ESM to not add more legacy code.

krausvo1 commented 9 months ago

Done. @pavelhoral ready for review :)