acl

Access Control List management

Usage

apolo acl [OPTIONS] COMMAND [ARGS]...

Access Control List management.

Commands:

Usage
Description

Add new role

Shares resource with another user

List roles

List shared resources

Remove existing role

Revoke user access from another user

add-role

Add new role

Usage

apolo acl add-role [OPTIONS] ROLE_NAME

Add new role.

Examples

Options

Name
Description

--help

Show this message and exit.

grant

Shares resource with another user

Usage

Shares resource with another user.

URI shared resource.

USER username to share resource with.

PERMISSION sharing access right: read, write, or manage.

Examples

Options

Name
Description

--help

Show this message and exit.

list-roles

List roles

Usage

List roles.

Examples

Options

Name
Description

--help

Show this message and exit.

-u TEXT

Fetch roles of specified user or role.

ls

List shared resources

Usage

List shared resources.

The command displays a list of resources shared BY current user (default).

To display a list of resources shared WITH current user apply --shared option.

Examples

Options

Name
Description

--help

Show this message and exit.

--full-uri

Output full URI.

--shared

Output the resources shared by the user.

-u TEXT

Use specified user or role.

remove-role

Remove existing role

Usage

Remove existing role.

Examples

Options

Name
Description

--help

Show this message and exit.

revoke

Revoke user access from another user

Usage

Revoke user access from another user.

URI previously shared resource to revoke.

USER to revoke URI resource from.

Examples

Options

Name
Description

--help

Show this message and exit.

Last updated

Was this helpful?