kanidm

Kanidm: A simple, secure and fast identity management platform

MPL-2.0 License

Downloads
65
Stars
2.6K
Committers
40

Bot releases are visible (Hide)

kanidm - v1.1.0-beta.13

Published by Firstyear about 1 year ago

2023-05-01 - Kanidm 1.1.0-beta13

This is the thirteenth pre-release of the Kanidm Identity Management project. Pre-releases are to
help get feedback and ideas from the community on how we can continue to make this project better.

At this point we believe we are on the final stretch to making something we consider "release
ready". After this we will start to ship release candidates as our focus will now be changing to
finish our production components and the stability of the API's for longer term support.

Release Highlights

  • Replication foundations
    • Full implementation of replication refresh
    • Full implementation of incremental replication
    • RUV consistency is now stricter
  • Allow tpm binding unixd password hash cache
  • Use argon2id for all password hash types
  • Allow distros to set default shell
  • Convert from tide to axum
  • Modularise unix integration for third party modules
  • Improve account recovery by performing over unix socket for live changes
  • Support hsts in all responses
  • Allow sync agreements to yield some attrs to kanidm
  • Fix bug with posix account gid setting causing gid to be randomised
  • Improve account sync import, including mail attrs and better session handling
  • Bug fix in unixd when certain operation orders could cause group cache to be ignored
  • pre-compress all wasm to improve loading times
  • Add preflight headers for SPA oauth2 clients
  • Persist nonce through refresh tokens to support public clients
  • Allow public (pkce) oauth2 clients
  • Add client UX for external credential portals for synchronised accounts
  • Improve migration durability with a global transaction
  • Cli now shows spn instead of username to allow better multidomain admin
  • Add qrcode for self-enrolling other devices with auth methods
  • Add tls certgen to main binary to improve developer and quickstart setup
  • Unixd now blocks all local account names and id's resolving prevent priv-esc
  • Fix bug with service-account session logout access
  • Oauth2 app list shows when no applications are available
  • Improve ip audit logging
  • Improve cli with re-auth when session is expired
  • Support legacy cron syntax in backup config
  • Improve socket startup in main daemon
  • Add support for selinux labeling of home dirs by tasks daemon
  • Resolve bug in ssh key management if key tag has a space in it
  • Allow tokens to be identified
  • Remove incompatible credentials for service accounts during recovery
  • Fix issues with signal handling for unix tasks daemon
  • Improve create-reset-token user experience
  • Improve self-healing for some reference issues
kanidm - Ubuntu Packages

Published by github-actions[bot] over 1 year ago

Chores

Commits

  • 7495224: headless webdriver testing, starting on brotli feature (#1844) (James Hodgkinson) #1844
  • 6e01c48: Resolve issue with order of operations causing group memberships to disappear (#1845) (Firstyear) #1845
kanidm - v1.1.0-alpha.12

Published by Firstyear over 1 year ago

2023-02-01 - Kanidm 1.1.0-alpha12

This is the twelfth alpha series release of the Kanidm Identity Management project. Alpha releases
are to help get feedback and ideas from the community on how we can continue to make this project
better for a future supported release.

The project is shaping up very nicely, and a beta will be coming soon! The main reason we haven't
done so yet is we haven't decided if we want to commit to the current API layout and freeze it yet.
There are still things we want to change there. Otherwise the server is stable and reliable for
production usage.

Release Highlights

  • Allow full server content replication in testing (yes we're finally working on replication!)
  • Improve oauth2 to allow scoped members to see RS they can access for UI flows
  • Performance improvement by reducing clones
  • Track credential uuid used for session authentication in the session
  • Remove the legacy webauthn types for newer attributes
  • Improve the logo to recurse
  • Add privilege separation and re-authentication for time limited access
  • Improve builds on windows
  • Cleanup source tree layout to make it easier for new contributors
  • Improve exit codes of unixd tools
  • Restrict valid chars in some string contexts in entries
  • Allow configuration of ldap basedn
  • Extend oauth2 session lifetimes, add refresh token support
  • Improve user experience of credential updates via intent tokens
  • Consolidate unix tools
  • Add exclusive process lock to daemon
  • Allow dns/rdns in ldap search contexts
kanidm - v1.1.0-alpha.11

Published by Firstyear over 1 year ago

2023-02-01 - Kanidm 1.1.0-alpha11

This is the eleventh alpha series release of the Kanidm Identity Management project. Alpha releases are
to help get feedback and ideas from the community on how we can continue to make this project better
for a future supported release.

The project is shaping up very nicely, and a beta will be coming soon! The main reason we haven't done
so yet is we haven't decided if we want to commit to the current API layout and freeze it yet. There
are still things we want to change there. Otherwise the server is stable and reliable.

Release Highlights

  • Support /etc/skel home dir templates in kanidm-unixd
  • Improve warning messages for openssl when a cryptographic routine is not supported
  • Support windows for server tests
  • Add a kanidm tools container
  • Initial support for live sync/import of users and groups from FreeIPA
  • Oauth2 session logout and global logout support
  • UI polish based on hint flags to dynamically enable/disable elements
  • Oauth2 single sign on application portal
  • Support dn=token for ldap client binds
  • Trap more signals for daemons
  • Mail read permission group
  • Oauth2 add a groups claim
  • LDAP support for mail primary and alternate address selectors in queries
  • Fix handling of virtual attrs with '*' searches in ldap
  • Support multiple TOTP on accounts
  • Add kanidmd healthcheck for containers
  • Improve the access control module to evaluate access in a clearer way
  • Allow synced users to correct modify their local sessions
kanidm - v1.1.0-alpha.10

Published by Firstyear almost 2 years ago

2022-11-01 - Kanidm 1.1.0-alpha10

This is the tenth alpha series release of the Kanidm Identity Management
project. Alpha releases are to help get feedback and ideas from the community
on how we can continue to make this project better for a future supported release.

The project is shaping up very nicely, and a beta will be coming soon!

Upgrade Note!

This version will require TLS on all servers, even if behind a load balancer or
TLS terminating proxy. You should be ready for this change when you upgrade to the
latest version.

Release Highlights

  • Management and tracking of authenticated sessions
  • Make upgrade migrations more robust when upgrading over multiple versions
  • Add support for service account tokens via ldap for extended read permissions
  • Unix password management in web ui for posix accounts
  • Support internal dynamic group entries
  • Allow selection of name/spn in oidc claims
  • Admin UI wireframes and basic elements
  • TLS enforced as a requirement for all servers
  • Support API service account tokens
  • Make name rules stricter due to issues found in production
  • Improve Oauth2 PKCE testing
  • Add support for new password import hashes
  • Allow configuration of trusting x forward for headers
  • Components for account permission elevation modes
  • Make pam_unix more robust in high latency environments
  • Add proc macros for test cases
  • Improve authentication requests with cookie/token seperation
  • Cleanup of expired authentication sessions
  • Improved administration of password badlists
kanidm - v1.1.0-alpha.9

Published by Firstyear about 2 years ago

2022-08-02 - Kanidm 1.1.0-alpha9

This is the ninth alpha series release of the Kanidm Identity Management
project. Alpha releases are to help get feedback and ideas from the community
on how we can continue to make this project better for a future supported release.

The project is shaping up very nicely, and a beta will be coming soon!

Release Highlights

  • Inclusion of a Python3 API library
  • Improve orca usability
  • Improved content security hashes of js/wasm elements
  • Performance improvements in builds
  • Windows development and service support
  • WebUI polish and improvements
  • Consent is remembered in oauth2 improving access flows
  • Replication changelog foundations
  • Compression middleware for static assests to reduce load times
  • User on boarding now possible with self service credential reset
  • TOTP and Webauthn/Passkey support in self service credential reset
  • CTAP2+ support in Webauthn via CLI
  • Radius supports EAP TLS identities in addition to EAP PEAP
kanidm - v1.1.0-alpha.8

Published by Firstyear over 2 years ago

2022-05-01 - Kanidm 1.1.0-alpha8

This is the eighth alpha series release of the Kanidm Identity Management
project. Alpha releases are to help get feedback and ideas from the community
on how we can continue to make this project better for a future supported release.

Release Highlights

  • Foundations for cryptographic trusted device authentication
  • Foundations for new user onboarding and credential reset
  • Improve acis for administration of radius secrets
  • Simplify initial server setup related to domain naming
  • Improve authentication performance during high load
  • Developer documentation improvements
  • Resolve issues with client tool outputs not being displayed
  • Show more errors on api failures
  • Extend the features of account person set
  • Link pam with pkg-config allowing more portable builds
  • Allow self-service email addresses to be delegated
  • Highlight that the WebUI is in alpha to prevent confusion
  • Remove sync only client paths
kanidm - v1.1.0-alpha.7

Published by Firstyear over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/kanidm/kanidm/compare/v1.1.0-alpha.6...v1.1.0-alpha.7

kanidm - v1.1.0-alpha.6

Published by Firstyear about 3 years ago

2021-10-01 - Kanidm 1.1.0-alpha6

This is the sixth alpha series release of the Kanidm Identity Management
project. Alpha releases are to help get feedback and ideas from the community
on how we can continue to make this project better for a future supported release.

It's also a special release as Kanidm has just turned 3 years old! Thank you all
for helping to bring the project this far! 🎉 🦀

Release Highlights

  • Support backup codes as MFA in case of lost TOTP/Webauthn
  • Dynamic menus on CLI for usernames when multiple sessions exist
  • Dynamic menus on CLI for auth factors when choices exist
  • Better handle missing resources for web ui elements at server startup
  • Add WAL checkpointing to improve disk usage
  • Oauth2 user interface flows for simple authorisation scenarioes
  • Improve entry memory usage based on valueset rewrite
  • Allow online backups to be scheduled and taken
  • Reliability improvements for unixd components with missing sockets
  • Error message improvements for humans
  • Improve client address logging for auditing
  • Add strict HTTP resource headers for incoming/outgoing requests
  • Replace rustls with openssl for HTTPS endpoint
  • Remove auditscope in favour of the new tracing logging subsystem
  • Reduce server memory usage with entry tracking improvements
  • Improvements to performance with high cache sizes
  • Session tokens persist over a session restart
kanidm - v1.1.0-alpha.3

Published by Firstyear almost 4 years ago

Release Highlights

  • Account "valid from" and "expiry" times.
  • Rate limiting and softlocking of account credentials to prevent bruteforcing.
  • Foundations of webauthn and multiple credential support.
  • Rewrite of json authentication protocol components.
  • Unixd will cache "non-existant" items to improve nss/pam latency.
kanidm - v1.1.0-alpha.2

Published by Firstyear about 4 years ago

This is the second alpha series release of the Kanidm Identity Management
project. Alpha releases are to help get feedback and ideas from the community
on how we can continue to make this project better for a future supported release.

Release Highlights

  • SIMD key lookups in container builds for datastructures
  • Server and Client hardening warnings for running users and file permissions
  • Search limits and denial of unindexed searches to prevent denial-of-service
  • Dynamic Rounds for PBKDF2 based on CPU performance
  • Radius module upgraded to python 3
  • On-login PW upgrade, allowing weaker hashes to be re-computed to stronger variants on login.
  • Replace actix with tide and async
  • Reduction in memory footprint during searches
  • Change authentication from cookies to auth-bearer tokens
kanidm - v1.1.0-alpha

Published by Firstyear over 4 years ago

kanidm - v1.0.0rc3

Published by Firstyear almost 5 years ago

Preview Release 3

kanidm - v1.0.0rc2

Published by Firstyear almost 5 years ago

Attempt to add vendored sources.

kanidm - v1.0.0rc1

Published by Firstyear almost 5 years ago

Pre-release tag for package building purposes.

Package Rankings
Top 6.75% on Proxy.golang.org
Top 9.24% on Crates.io
Top 15.55% on Pypi.org