Releases: sorah/mairu
Releases · sorah/mairu
0.7.0
- redirect_uri endpoint returns fancier HTML page during OAuth 2.0 Authorization Code flow.
- New subcomand
mairu list-roles
lists possiblerole
parameter for a server. Corresponding HTTP API is added to the spec. mairu
command now suggests user to restart agent when a connected agent reports different version.
0.6.0
- New subcomand
mairu show
dumps informations about 'auto' role.
0.5.1
- debian: Debian package was missing
setcap
call on post installation, which results into mlockall failure onmairu agent
.
0.5.0
0.4.0
- Support OAuth 2.0 Authorization Code Grant without client secret; It's safe because we always use PKCE, and expects your authorization server to enforce PKCE. #20
.oauth.code_grant
server configuration gainsuse_localhost
flag, which forces redirect_uri to behttp://localhost:.../oauth2callback
instead ofhttp://127.0.0.1:.../oauth2callback
. This is required for some authorization servers, e.g. Microsoft + Mairu as a public client. #20mairu list-sessions
command now indicates sessions with an OAuth refresh token. #21mairu list-sessions
command now shows expiry in a local time by default. It also gains--utc
to revert to the previous behaviour which shows expiry in UTC. #21
0.3.1
- AWS SSO: fix failure on device code flow. This requires re-registration of OAuth 2.0 dynamic client (which is performed automatically).
0.3.0
0.2.0
0.1.0
Initial release