VaultSharp icon indicating copy to clipboard operation
VaultSharp copied to clipboard

Allow updating of app role by ignoring `local_secret_ids`

Open molteber opened this issue 2 years ago • 0 comments

This PR fixes #335 by creating a new Model for AppRole roles when updating a role.

When updating a role, we ignore the LocalSecretIds property from being serialized to json. As an extra measure; the compiler will throw an error when using LocalSecretIds when using the update model.

molteber avatar Nov 17 '23 08:11 molteber