1.4.1
This release of Just-in-Time Access introduces the following new features:
- You can now configure the maximum number of roles that users can activate at once
by configuringACTIVATION_REQUEST_MAX_ROLES
. Previously, JIT Access only allwed users to activate 10 roles at a time. (#83) - You can link to JIT Access and have it preselect a project by adding a query parameter
projectId=
to the URL. (#130) - The dialog step for selecting approvers now includes a select all option. (#59)
- The footer now shows the version number of the application. (#130)
In addition, the release includes several stability improvements and fixes, including:
- When deployed on Cloud Run, links in approval emails used
http://
instead ofhttps://
- When attempting to activate a role that is defined outside the scope of JIT Access or can't
be granted on a project, JIT Access showed a generic, non-actionable error.
For instructions on deploying or upgrading JIT Access, see Manage just-in-time privileged access to projects on the Google Cloud website.
Note: The latest
branch always contains the latest release. Avoid using the master
branch as it might contain changes that aren't ready for use yet.