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
We have a multi-user system and the users' bearer token is visible in plain text using 'ps'
Can you save this into a curl configuration file and call that (so the command line becomes curl -K /tmp/something rather than curl --header "Authorization: Bearer $OAUTH_ACCESS_TOKEN"
This way, the auth token is only visible to that user and not everyone else on the system
The text was updated successfully, but these errors were encountered:
We have a multi-user system and the users' bearer token is visible in plain text using 'ps'
Can you save this into a curl configuration file and call that (so the command line becomes curl -K /tmp/something rather than curl --header "Authorization: Bearer $OAUTH_ACCESS_TOKEN"
This way, the auth token is only visible to that user and not everyone else on the system
The text was updated successfully, but these errors were encountered: