Owned Access Key
Access keys let you authenticate with Loft API endpoints and Loft CLI in non-interactive environments such as from within CI/CD pipelines.
Owned Access Key example​
An example Owned Access Key:
apiVersion: management.loft.sh/v1
kind: OwnedAccessKey
metadata:
creationTimestamp: null
name: my-access-key
spec:
displayName: My Access Key
ttl: 1728000
type: User
user: my-user
status: {}
Owned Access Key reference​
kind
required string pro​
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
kind
required string pro​