AccessToken resource
A transferrable token redeemable for a link to a remote site. An access token contains the URL and secret code of a corresponding access grant.
apiVersion: skupper.io/v2alpha1
kind: AccessToken
Metadata properties
name
The name of the resource.
Platforms | Kubernetes, Docker, Podman, Linux |
---|
namespace
The namespace of the resource.
Platforms | Kubernetes, Docker, Podman, Linux |
---|---|
See also | Kubernetes namespaces |
Spec properties
url
The URL of the token redemption service at the remote site.
Platforms | Kubernetes, Docker, Podman, Linux |
---|
code
The secret code used to authenticate the token when submitted for redemption.
Platforms | Kubernetes, Docker, Podman, Linux |
---|
ca
The trusted server certificate of the token redemption service at the remote site.
Platforms | Kubernetes, Docker, Podman, Linux |
---|
linkCost
The link cost to use when creating the link.
Default | 1 |
---|---|
Platforms | Kubernetes, Docker, Podman, Linux |
See also | Load balancing |
settings
A map containing additional settings. Each map entry is a string name and a string value.
Platforms | Kubernetes, Docker, Podman, Linux |
---|
Status properties
redeemed
True if the token has been redeemed. Once a token is redeemed, it cannot be used again.
Default | False |
---|---|
Platforms | Kubernetes, Docker, Podman, Linux |
status
The current state of the resource.
- Pending
- Ready
Platforms | Kubernetes, Docker, Podman, Linux |
---|
message
A human-readable status message.
Platforms | Kubernetes, Docker, Podman, Linux |
---|
conditions
A set of named conditions describing the current state of the resource.
Platforms | Kubernetes |
---|---|
See also | Kubernetes conditions |