-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support long-term service token #415
Comments
* This effectively support without needing setup PORTAL_TOKEN environment variable but using AWS CLI credential or IAM role. * Updated README and a couple of examples for possible backend and end user ad-hoc use case code snippet. * R example is still using Python for v4 signing facility and http `requests` package; through `reticulate` R library. This can be improved to pure R with `httr` and `cloudyr`. * Related to #415 #377
This is on-hold for 3 reasons:
|
So far, Peter find that curl is also supporting aws-sigv4 signing. Some examples as follows. Login
Export tokens
Export region
Then,
Or, use
Hence, we use this as acceptable solution for now, without needing any specific API key or so. Closing. |
Context:
So far, we have:
Use Cases:
Actions:
The text was updated successfully, but these errors were encountered: