splunk / vault-plugin-secrets-artifactory

vault plugin for artifactory
Apache License 2.0
10 stars 5 forks source link

additional group settings for a token #26

Open M0roSan opened 2 years ago

M0roSan commented 2 years ago

it's currently creating a token scoped to a group with given permission targets. we should have a capability to let a token scoped to multiple groups.

this is beneficial when it comes to sharing a common group. i.e. reader group or metadata write permission.

AC:

validation:

TBD: non-existing group is attached to a role. it'll for sure throw out run time error at the time of token creation. should we also have a group existence check at the time of role creation?