A company wants to grant developers the ability to read and write secrets under the path 'secret/dev/*', but only they should be able to delete their own secrets. Which policy design best meets this requirement?
Select one:
HashiCorp often tests the distinction between wildcard '*' (matches any number of segments) and '+' ...