Commit Graph
7 Commits
Author SHA1 Message Date
braginini 4f9e047e7e Fix codacy and lint issues 2022-12-22 12:24:02 +01:00
Misha Bragin d1b7c23b19 Add SetupKey usage limit (#605)
Add a usage_limit parameter to the API.
This limits the number of times a setup key
can be used. 
usage_limit == 0 indicates the the usage is inlimited.
2022-12-05 13:09:59 +01:00
Misha Bragin 509d23c7cf Replace gRPC errors in business logic with internal ones (#558) 2022-11-11 20:36:45 +01:00
Misha Bragin 4321b71984 Hide content based on user role (#541) 2022-11-05 10:24:50 +01:00
Misha Bragin 6aa7a2c5e1 Hide setup key from non-admin users (#539) 2022-11-03 17:02:31 +01:00
Misha Bragin 06055af361 Super user invites (#483)
This PR brings user invites logic to the Management service
via HTTP API. 
The POST /users/ API endpoint creates a new user in the Idp
and then in the local storage. 
Once the invited user signs ups, the account invitation is redeemed.
There are a few limitations.
This works only with an enabled IdP manager.
Users that already have a registered account can't be invited.
2022-10-13 18:26:31 +02:00
Misha Bragin be7d829858 Add SetupKey auto-groups property (#460) 2022-09-11 23:16:40 +02:00