Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "kind":"Status",
  3. "apiVersion":"v1",
  4. "metadata":{},
  5. "status":"Failure",
  6. "message":"persistentvolumes "pv0001" is forbidden: error querying AWS EBS volume vol-05dffe55de3ac725b: error querying ec2 for volume info: error listing AWS volumes: UnauthorizedOperation: You are not authorized to perform this operation.ntstatus code: 403, request id:",
  7. "reason":"Forbidden",
  8. "details": {
  9. "name":"pv0001",
  10. "kind":"persistentvolumes"
  11. },
  12. "code":403
  13. }
  14.  
  15. AWS_ACCESS_KEY_ID
  16. AWS_SECRET_ACCESS_KEY
  17. AWS_REGION=us-gov-west-1
  18. CURL_CA_BUNDLE=/etc/origin/master/ca.crt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement