WORK IN PROGRESS!

 

User management can be done with CQL.

User

 

CREATE USER <name> IDENTIFIED BY '<password>'

 

Creates a new user <name> with password <password>. An error will be thrown if username already exists.

 

ALTER USER <name> IDENTIFIED BY '<password>'

 

Change password of user.

Rightsmanagement

A created user has no rights. GRANT assigns rights to a user.

 

GRANT <operation>,[<operation] To <name>

 

TODO: Translate!!
With <operation> from

@CvG: Hier bitte erweitern (z.B. einen bestimmten Strom zu verwenden, Nutzer nur für bestimmte Tenant zu erzeugen/zu löschen).

Analog kann einem Nutzer ein Recht wieder weggenommen werden.

REVOKE <operation>,[<operation] From <name>

Roles

Odyssseus has some predefined roles and allows to create roles.

Predefined:

Priviledges: