Creating user & set up full user access
Creating user resource
Aidbox user
resources conforms to following schema. You can create new user
as a regular resource.
User resource example
Aidbox stores only hash of submitted password in resource
Now user can use this email & password to log-in into Aidbox console
Setting up full user access
For this purpose you need to create AccessPolicy
resource that grants full user access.
AccessPolicy resource example
Note that allow-all
AccessPolicy created in example uses engine allow, which grants full access to specified user.
If you want to set up user access more granularly, please refer to AccessPolicy documentation
Last updated