New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@magda/acs-cmd

Package Overview
Dependencies
Maintainers
0
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magda/acs-cmd

MAGDA Account Management Utilities

  • 4.2.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-90.29%
Maintainers
0
Weekly downloads
 
Created
Source

MAGDA acs-cmd Utility

A set of tools for managing Magda user accounts. You might also want to have a look at org-tree utility.

Install

$ npm install --global @magda/acs-cmd

Upgrade

To update the existing installation to the latest version:

$ npm install --global @magda/acs-cmd@latest

Usage

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.

  • To do so, You can run kubectl port-forward combined-db-postgresql-0 5432.
    • If you didn't install magda to the default namespace, you can use: kubectl port-forward -n [namespace] combined-db-postgresql-0 5432

Prior to Magda v1.0.0, you should port-forward pod combined-db-0

Example

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                           ║
╚══════════════════════════════════════╧═════════════════╧══════════════════════╧═══════════════════════════════════════╝

Keywords

FAQs

Package last updated on 23 Sep 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc