-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
We are using a CouchDB v2 backend and our document names look like this:
- companya%2Fdev
- companyb%2Fproduction
- companyc%2Fwebserver-test-01
We have a web frontend that resolves the literal %2F to a / so it looks pretty in the GUI editor. So our hierarchy uris should be something like this:
- "http://localhost:5984/configuration/%{fqdn}"
- "http://localhost:5984/configuration/%{ec2_tag_company}%2F%{ec2_tag_name}"
- "http://localhost:5984/configuration/%{ec2_tag_company}%2F%{environment}"
- "http://localhost:5984/configuration/%{ec2_tag_company}"
- "http://localhost:5984/configuration/%{environment}"
- "http://localhost:5984/configuration/common"
However hiera_http is turning %2F into %252F during the lookup which means the right document isn't ever found. Is there a way to have literal %2F in the uri?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels