github hashicorp/boundary v0.2.2

latest releases: sdk/v0.0.46, api/v0.0.49, v0.16.0...
2 years ago

0.2.2 (2021/05/17)

New and Improved

  • Inline OIDC authentication flow: when the OIDC authentication flow succeeds,
    the third-party provider browser window is automatically closed and the user
    is returned to the admin UI.

Bug Fixes

  • oidc: If provider returns an aud claim as a string or []string,
    Boundary will properly parse the claims JSON.
    (issue,
    PR)
  • sessions: Clean up connections that are dangling after a worker dies (is
    restarted, powered off, etc.) This fixes some cases where a session never goes
    to terminated state because connections are not properly marked closed.
    (Issue 1, Issue
    2
    ,
    PR)
  • sessions: Add some missing API-level checks when session cancellation was
    requested. It's much easier than interpreting the domain-level check failures.
    (PR)
  • authenticate: When authenticating with OIDC and json format output, the
    command will no longer print out a notice that it's opening your web browser
    (Issue,
    PR)

Don't miss a new boundary release

NewReleases is sending notifications on new releases.