We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to use the action in a Tailnet Lock enabled network would fail because the client does not support storing TKA state in memory:
TKA sync error: bootstrap: network-lock is not supported in this configuration, try setting --statedir
We should make statedir parameterizeable.
statedir
The text was updated successfully, but these errors were encountered:
action.yml: allow specifying a state directory
a1fb343
Fixes #132 Signed-off-by: Anton Tolchanov <[email protected]>
49a94e7
Also, document usage of the action with Tailnet Lock. Fixes #132 Signed-off-by: Anton Tolchanov <[email protected]>
b2b96d3
Successfully merging a pull request may close this issue.
Trying to use the action in a Tailnet Lock enabled network would fail because the client does not support storing TKA state in memory:
We should make
statedir
parameterizeable.The text was updated successfully, but these errors were encountered: