Im developing a custom plugin, and the interface provided, NewUser, has the password pregenerated in the input parameter. The system I am trying to develop against provides the password with its own set of apis. I can see where NewUserResponse allows you to define the custom username, but doesn’t support the password. Is there a different interface to use, other than NewUser, for overriding password, or a step prior to that NewUser lifecycle call?
In version 4, this was previous done by SetCredentials, but wasn’t sure if there was an override option in version 5.
Interface Reference: Custom - Database - Secrets Engines | Vault | HashiCorp Developer
Custom - Database - Secrets Engines | Vault | HashiCorp Developer