You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the region in the .pallet/config.clj doesn't seem to work.
I tried both of these lines:
:jclouds.regions "us-gov-west-1"
:location {:location-id "us-gov-west-1"} (found in the jclouds pages)
and both resulted in the following:
ERROR logging - Exception in thread "main"
ERROR logging - org.jclouds.rest.AuthorizationException: POST https://ec2.us-east-1.amazonaws.com/ HTTP/1.1 -> HTTP/1.1 401 Unauthorized (form-init7517205461496562199.clj:1)
This is expected, my credentials are for the govcloud region.
Per the jclouds documentation, I need to set a specific variable: https://jclouds.apache.org/guides/aws-ec2/ ctrl-f govcloud
Is that possible with storm-deploy?
The text was updated successfully, but these errors were encountered:
Changing the region in the .pallet/config.clj doesn't seem to work.
I tried both of these lines:
:jclouds.regions "us-gov-west-1"
:location {:location-id "us-gov-west-1"} (found in the jclouds pages)
and both resulted in the following:
ERROR logging - Exception in thread "main"
ERROR logging - org.jclouds.rest.AuthorizationException: POST https://ec2.us-east-1.amazonaws.com/ HTTP/1.1 -> HTTP/1.1 401 Unauthorized (form-init7517205461496562199.clj:1)
This is expected, my credentials are for the govcloud region.
Per the jclouds documentation, I need to set a specific variable:
https://jclouds.apache.org/guides/aws-ec2/ ctrl-f govcloud
Is that possible with storm-deploy?
The text was updated successfully, but these errors were encountered: