mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Update readme
This commit is contained in:
parent
4934894666
commit
635270eabe
14
README.md
14
README.md
|
@ -13,7 +13,8 @@ Kanidm is an identity management platform written in rust. Our goals are:
|
|||
* Correct and secure behaviour by default
|
||||
|
||||
Today the project is still under heavy development to achieve these goals - we don't expect a fully
|
||||
functional release before early 2020.
|
||||
functional release before early 2020. It is important to note that not all needed security features
|
||||
of the system have been completed yet!
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
|
@ -56,6 +57,12 @@ Details to come ...
|
|||
* Generic database: We don't want to be another NoSQL database, we want to be an IDM solution.
|
||||
* Being LDAP/GSSAPI/Kerberos: These are all legacy protocols that are hard to use and confine our thinking - we should avoid "being like them".
|
||||
|
||||
## Designs
|
||||
|
||||
See the [designs] folder
|
||||
|
||||
[designs]: https://github.com/Firstyear/kanidm/tree/master/designs
|
||||
|
||||
## Get involved
|
||||
|
||||
To get started, you'll need to fork or branch, and we'll merge based on PR's.
|
||||
|
@ -117,11 +124,6 @@ git rebase --abort
|
|||
```
|
||||
|
||||
|
||||
|
||||
## Designs
|
||||
|
||||
See the designs folder
|
||||
|
||||
## Why do I see rsidm references?
|
||||
|
||||
The original project name was rsidm while it was a thought experiment. Now that it's growing
|
||||
|
|
Loading…
Reference in a new issue