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
- Fix: added validation to ensure that Resources with wildcard addresses cannot have a browser shortcut by @vmanilo in #418
Full Changelog: v1.2.3...v1.2.4