Documentation
¶
Overview ¶
Package awsstore contains an ipn.StateStore implementation using AWS SSM.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
New returns a new ipn.StateStore using the AWS SSM storage location given by ssmARN.
Note that we store the entire store in a single parameter key, therefore if the state is above 8kb, it can cause Tailscaled to only only store new state in-memory and restarting Tailscaled can fail until you delete your state from the AWS Parameter Store.
If you want to specify an optional KMS key, pass one or more Option objects, e.g. awsstore.WithKeyID("alias/my-key").
Types ¶
type Option ¶ added in v1.82.0
type Option func(*storeOptions)
Option defines a functional option type for configuring awsStore.
func ParseARNAndOpts ¶ added in v1.82.0
ParseARNAndOpts parses an ARN and optional URL-encoded parameters from arg.