Difference between revisions of "Token"

From wikieduonline
Jump to navigation Jump to search
 
Line 30: Line 30:
 
* [[GitHub token]]
 
* [[GitHub token]]
 
* [[Real World Assets tokenization]]
 
* [[Real World Assets tokenization]]
 +
* [[JWT]]
  
 
== See also ==
 
== See also ==

Latest revision as of 15:41, 6 June 2024

Kubernetes:


Terraform EKS
 provider "kubernetes" {
   load_config_file = false
   host                   = data.aws_eks_cluster.cluster.endpoint
   token                  = data.aws_eks_cluster_auth.cluster.token
   cluster_ca_certificate = base64decode(data.aws_eks_cluster.cluster.certificate_authority.0.data)
 }

Related[edit]

See also[edit]

Advertising: