hashifuse icon indicating copy to clipboard operation
hashifuse copied to clipboard

Experimental FUSE clients for Hashicorp REST APIs.

Results 3 hashifuse issues
Sort by recently updated
recently updated
newest added

When I try to access folders deeper than one level, it does not work. ``` sh-5.2$ VAULT_ADDR=http://localhost:8200 VAULT_TOKEN=XXX ls mnt/secret/admon mnt/secret/admon sh-5.2$ curl -H "X-Vault-Request: true" -H "X-Vault-Token: XXX" http://127.0.0.1:8200/v1/secret/metadata/admon?list=true...

ConsulFS currently only supports KV. When I get some time I need to add service catalog. Technically we could implement service lookup as well.

It should be fairly simple to read and generate read/update/list policies via getattr+chmod etc. The tricky part is "root" policy. Anyway this would be a nice-to-have, not a need-to-have.