Difference between revisions of "Bearer token"

From wikieduonline
Jump to navigation Jump to search
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[wikipedia:Bearer token]] is an opaque string, not intended to have any meaning to clients using it. Some servers will issue tokens that are a short string of hexadecimal characters, while others may use structured tokens such as [[JSON]] [[Web Tokens]].
+
[[wikipedia:Bearer token]] is an opaque string, not intended to have any meaning to clients using it. Some servers will issue tokens that are a short string of hexadecimal characters, while others may use structured tokens such as [[JSON Web Tokens]] (JWT).
  
 +
  [[Authorization: Bearer]] 31ada4fd-adec-460c-809a-9e56ceb75269
  
  [[Authorization:]] [[Bearer]] 31ada4fd-adec-460c-809a-9e56ceb75269
+
[[K8s]]:
 +
[[curl $APISERVER/api --header]] "Authorization: Bearer $[[TOKEN]]" --insecure
  
 
== Related ==
 
== Related ==
 +
* [[Access EKS API using a Bearer token]]
 +
* [[curl --header]]
 
* [[Slack token]]
 
* [[Slack token]]
 
* [[Personal access token (PAT)]]
 
* [[Personal access token (PAT)]]
Line 12: Line 16:
 
* <code>[[sts:GetServiceBearerToken]]</code>
 
* <code>[[sts:GetServiceBearerToken]]</code>
 
* [[AWS bearer tokens]]
 
* [[AWS bearer tokens]]
 +
* [[TOKEN]]
 +
* [[gcloud auth print-access-token]]
  
 
== See also ==
 
== See also ==

Revision as of 14:10, 4 April 2024

Advertising: