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

string
required

The name of the resource.

PlatformsKubernetes, Docker, Podman, Linux

Spec properties

url

string
required

The URL of the token redemption service at the remote site.

PlatformsKubernetes, Docker, Podman, Linux

code

string
required

The secret code used to authenticate the token when submitted for redemption.

PlatformsKubernetes, Docker, Podman, Linux

Status properties