Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Support for multiple paths per policy #241

Open
gmarziou opened this issue Jan 31, 2018 · 1 comment
Open

Support for multiple paths per policy #241

gmarziou opened this issue Jan 31, 2018 · 1 comment

Comments

@gmarziou
Copy link

Hello,

Running master (#b94bb169e67e95a2f14c6f38f2e27683ef16066e) on top of vault 0.9.3.

When I open a policy with multiple paths, I get warnings.

2018-01-31_17h01_30

Definition of my policy is below and has been loaded using vault CLI:

path "/secret/smact/*" {
    capabilities = ["read"]
}

path "/transit_smact/*" {
    capabilities = ["create", "read", "update", "delete", "list"]
}
@josephlim75
Copy link

josephlim75 commented Mar 25, 2018

instead of writing /secret/smact/*, try remove the prefix /. Your path should secret/smact/*

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants