Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@magda/acs-cmd
Advanced tools
A set of tools for managing Magda user accounts. You might also want to have a look at org-tree utility.
$ npm install --global @magda/acs-cmd
To update the existing installation to the latest version:
$ npm install --global @magda/acs-cmd@latest
Run without any options will show the help information:
$ acs-cmd
Usage: acs-cmd [options] [command]
A tool for managing magda access control data. Version: x.x.x
If a database connection is required, the following environment variables will be used to create a connection:
POSTGRES_HOST: database host; If not available in env var, 'localhost' will be used.
POSTGRES_DB: database name; If not available in env var, 'auth' will be used.
POSTGRES_USER: database username; If not available in env var, 'postgres' will be used.
POSTGRES_PASSWORD: database password; If not available in env var, '' will be used.
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
admin Make an user an Admin user or remove admin role / status from a user
list List records (permissions, operations etc.)
assign Assign a permission to a role or a role to a user
remove Remove a permission from a role or a role from a user
create Create permissions, operations etc
jwt <userId> [jwtSecret] calculate JWT token (only for testing purpose)
help [cmd] display help for [cmd]
You will need to port forward the Magda database to localhost to make sure the utility can connect to your Magda database.
kubectl port-forward combined-db-postgresql-0 5432
.
kubectl port-forward -n [namespace] combined-db-postgresql-0 5432
Prior to Magda v1.0.0, you should port-forward pod combined-db-0
List all user accounts
$ acs-cmd list users
╔══════════════════════════════════════╤═════════════════╤══════════════════════╤═══════════════════════════════════════╗
║ ID │ Name │ Org Unit │ Roles ║
╟──────────────────────────────────────┼─────────────────┼──────────────────────┼───────────────────────────────────────╢
║ 00000000-0000-4000-8000-000000000000 │ admin │ │ 00000000-0000-0002-0000-000000000000: ║
║ │ │ │ Authenticated Users ║
║ │ │ │ ║
║ │ │ │ 00000000-0000-0003-0000-000000000000: ║
║ │ │ │ Admin Users ║
╟──────────────────────────────────────┼─────────────────┼──────────────────────┼───────────────────────────────────────╢
║ 02a301df-4e14-46aa-9a00-543033066a72 │ test user │ │ 00000000-0000-0003-0000-000000000000: ║
║ │ │ │ Admin Users ║
╚══════════════════════════════════════╧═════════════════╧══════════════════════╧═══════════════════════════════════════╝
FAQs
MAGDA Account Management Utilities
The npm package @magda/acs-cmd receives a total of 10 weekly downloads. As such, @magda/acs-cmd popularity was classified as not popular.
We found that @magda/acs-cmd demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.