package
1.2.1
Repository: https://github.com/go-magma/magma.git
Documentation: pkg.go.dev

# Packages

Access Control Manager is a service which stores, manages and verifies operator Identity objects and their rights to access (read/write) Entities.
go:generate bash -c "protoc -I .
Accessd service provides the gRPC interface for cloud services & REST server to check & manage Identity access permissions.
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
Verifies operator's read permission for given entity and returns error if either request fails or the permissions are not granted.
Verifies operator's write permission for given entity and returns error if either request fails or the permissions are not granted.
Removes all operator's permissions (the entire operator's ACL).
GetOperatorACL returns the operator's Identity's permission list.
GetOperatorsACLs returns the operators' Identities permission lists.
Returns the operator's permission bitmask for given entity.
List all Operator Identities in accessd database.
SetOperator overwrites Permissions to operator Identity to manage/monitor entities.
UpdateOperator adds Permissions to operator Identity to manage/monitor entities.

# Constants

No description provided by the author