Deprecation Notice
The attribute is_admin
is now deprecated in the user
and users
data sources in this release and will be removed in a future release. In order to determine whether a user is an admin, the value of the role
attribute can be checked instead. Any value other than MEMBER
indicates that the user is an admin.
What's Changed
- Added example on how to auto-rotate service account key by @alexb-twingate in #398
- Added support for setting Service Account key expiry via
expiration_time
by @vmanilo in #392
New Contributors
- @alexb-twingate made their first contribution in #398
Full Changelog: v1.2.1...v1.2.2