AWS credentials management
- Credential Creation
-
curl -X POST http://<Accesser IP>:8337/credentials -u user:password -d '{"credential":{"project_id":"<Account ID>","type":"ec2"}}' -H "Content-Type: application/json" - Credential Listing
curl http://<Accesser IP>:8337/credentials?project_id=<Account ID> -u user:password- Credential Specific Listing
curl http://<Accesser IP>:8337/credentials/<AWS Key ID> -u user:password- Credential Delete
curl -X DELETE http://<Accesser IP>:8337/credentials/<AWS Key ID> -u user:password