mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
record user.login event by kratos hooks (#111)
* record user.login event by kratos hooks Signed-off-by: mabhi <abhijit.mukherjee@infracloud.io> * added test case for create login auditlog Signed-off-by: mabhi <abhijit.mukherjee@infracloud.io> * updated change log Signed-off-by: mabhi <abhijit.mukherjee@infracloud.io>
This commit is contained in:
@@ -637,6 +637,7 @@ func runRPC(wg *sync.WaitGroup, ctx context.Context) {
|
||||
"/paralus.dev.sentry.rpc.BootstrapService/RegisterBootstrapAgent",
|
||||
"/paralus.dev.sentry.rpc.KubeConfigService/GetForClusterWebSession", //TODO: enable auth from prompt
|
||||
"/paralus.dev.rpc.auth.v3.AuthService/IsRequestAllowed",
|
||||
"/paralus.dev.rpc.user.v3.UserService/AuditLogWebhook",
|
||||
},
|
||||
ExcludeAuthzMethods: []string{
|
||||
"/paralus.dev.rpc.user.v3.UserService/GetUserInfo",
|
||||
|
||||
Reference in New Issue
Block a user