v2.1.0 release! #774
Pinned
cipherboy
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note:
New Features:
auth and secret mount tables into separate storage entires, removing the
requirement that the entire table fit into a single storage entry limited by
max_entry_size
. This allows potentially hundreds of thousands of mounts ona single scaled-up server. [GH-622]
storage modification APIs when the underlying physical storage supports
them. The
physical.TransactionalBackend
andlogical.TransactionalStorage
types allow developers to begin read-only and writable transactions,
committing or rolling back the desired changes. [GH-292]
callback_mode
role option valuedevice
to use the oidc device flow instead of a callback, add a newpoll_interval
role option to control how often to poll for a response, and add a newcallbackmode=device
option to the oidc login method in the cli. [GH-319]callback_mode=direct
role option to cause the oidc callback to be direct to the server instead of the client, and add acallbackmode=direct
option to the oidc login method in the cli. [GH-318]Changelog
(for additional changelog entries, check out the beta release)
Beta Was this translation helpful? Give feedback.
All reactions