Mayil-AI-Sandbox / klaw-f33g23

Apache License 2.0
0 stars 0 forks source link

Service account passwords on Acls Sync (hashtag1113) #70

Closed vikramsubramanian closed 1 month ago

vikramsubramanian commented 1 month ago

hashtag What is currently missing?

For Aiven cluster : When acls are synchronized from Klaw metadata to cluster, new passwords are created on the target cluster. this creates a problem in getting passwords again and configuring by devs

hashtag How could this be improved?

On sync =>

  1. retrieve pwd from source cluster
  2. create service account (already exists)
  3. modify user with new pwd (

hashtag Is this a feature you would work on yourself?

vikramsubramanian commented 1 month ago

ServiceUserCredentialsModify endpoint will allow to set password only and it will work more like for access key and certificate, so it will work well for SASL auth only and not for certificate based auth.

vikramsubramanian commented 1 month ago

what about this endpoint for resetting service user credentials?

![image](

vikramsubramanian commented 1 month ago

Closing this as after following up with I have confirmed the work is already done.