
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
radiant-rbac_base-extension
Advanced tools
This extension is used by authors of other extensions to hide those extensions from users based on admin defined groups. Standard Radiant groups consist of admin and developer. This adds the ability to create groups such as finance.
Installing:
Run 'rake radiant:extensions:rbac_base:migrate'
Installing the public files:
Run 'rake radiant:extensions:rbac_base:update'
RBAC Base adds a roles
table, a roles_users
table, and creates
the has_and_belongs_to_many
relationship between users and roles.
By default, a configuration setting will allow Admin users to see everything. You may change this by setting
Radiant::Config['roles.admin.sees_everything'] = 'false'
Then you can, for example, use extensions that require their own roles but prevent your client from seeing unimportant technical details or areas that may be beyond his or her understanding. So your client may be in the 'Admin' role so that they can manage users, but would be restricted from seeing details from your extension.
See more details in HELP_developer.md
Built by Saturn Flyer http://www.saturnflyer.com
FAQs
Unknown package
We found that radiant-rbac_base-extension demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.