-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add simple identity store to get started #289
Comments
I've always tried to support this. I suggest committers vote on a formal proposal using the normal consensus process. |
I remember the original version had an |
Indeed. It's still in Soteria, but someone raised a concern that it may not be secure, so it was left out of the spec. |
It is good for demonstration and writing tests purpose. Spring Security also provides in-memory But |
InMemmory would be fine too. I can rename it to that for the M1 release. M1 is meant for feedback and to show progress. Nothing in it necessarily has to be like that in the final version, so we can allow ourselves some freedom. |
This store is mostly intended for test purposes and to get started Signed-off-by: Arjan Tijms <[email protected]>
Provide a simple in-memory identity store as per #289
The currently provided identity stores for LDAP and JDBC require some effort to populate.
Especially for people new to the platform, and even more so for example code, something simpler is required.
The biggest challenge is not in defining something simpler, but in getting it through the process. In the past there's always that one person who thinks it's insecure to have a simple store, and subsequently the proposal is withdrawn again.
The text was updated successfully, but these errors were encountered: