A cURL to get JWT token for opal-client? #133
Answered
by
asafc
hongbo-miao
asked this question in
Q&A
-
Based on the doc Currently to get JWT token for opal-client, need run opal-client obtain-token $MASTER_TOKEN --server-url=$YOUR_SERVERS_ADDRESS Does it make sense to provide a cURL (or other better methods if any) in the doc to get the JWT token for opal-client? As we already have the master token, a simple cURL will ease some automation work to avoid installing the |
Beta Was this translation helpful? Give feedback.
Answered by
asafc
Aug 31, 2021
Replies: 1 comment 1 reply
-
curl would work since opal-client cli simply wraps the opal-server api. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hongbo-miao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl would work since opal-client cli simply wraps the opal-server api.
i will update the doc with an example.
will probably get there tomorrow :)