Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Allow setting SSM parameter for state in Docker #12180

Open
jaxxstorm opened this issue May 18, 2024 · 1 comment
Open

FR: Allow setting SSM parameter for state in Docker #12180

jaxxstorm opened this issue May 18, 2024 · 1 comment
Labels
fr Feature request needs-triage

Comments

@jaxxstorm
Copy link
Contributor

What are you trying to do?

I'm trying to run a host in AWS Fargate, using Docker. tailscaled supports using an AWS SSM parameter for storing state, but there's no env var that exists for using it, unlike kubernetes.

How should we solve this?

Add an env var to container boot that allows setting the SSM parameter

What is the impact of not solving this?

You can get around this by using EXTRA_ARGS but it's not ideal

Anything else?

No response

@maisem
Copy link
Collaborator

maisem commented May 19, 2024

As a work around you can set TS_TAILSCALED_EXTRA_ARGS="--state=arn:aws:ssm:..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fr Feature request needs-triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants