Hi,
I am trying to write an app the simplify performing the following operations:
- Add a repository
- Add a global group
- Add users to group
- Add group to repository access
As far as I can tell, manipulating groups does not appear to be supported using the client API. Is there some way of achiving what I want to using the existing client libraries (VaultClientNetLib seems to have methods for groups, but i'm not sure if we are supposed to be using it).
We are using Vault 4.1.4.
Cheers
Sam
Vault Client Lib to add groups
Moderator: SourceGear
Re: Vault Client Lib to add groups
You would need to call the VaultClientNetLib methods. Please make sure that you call the login method that takes three parameters. Pass VaultConnection.AccessLevelType.Admin for the first parameter.
Subscribe to the Fortress/Vault blog
Re: Vault Client Lib to add groups
Thats what I thought, but I just wanted to check.jeremy_sg wrote:You would need to call the VaultClientNetLib methods. Please make sure that you call the login method that takes three parameters. Pass VaultConnection.AccessLevelType.Admin for the first parameter.
Cheers
Sam