yes Vishal . that works but this is really frustrating for user to make JSON file with \ escaping . why can vault handle simpale JSON format .
Works :Â {"policy":"{ \"Version\":\"2012-10-17\", \"Statement\": { \"Effect\": \"Allow\", \"Action\": \"iam:*\", \"Resource\": \"*\" } }"}
Doesn't work : {"policy":"{ "Version":"2012-10-17", "Statement": { "Effect": "Allow", "Action": "iam:*", "Resource": "*" } }"}
--Thanks
Hridyesh
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/11a8b34a-c839-4a7a-94be-778cab305b49%40googlegroups.com.