-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to ephemeral auth key for CI tests (#103)
* Move to ephemeral auth key for CI tests * Fix verify assertions
- Loading branch information
Showing
4 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -217,12 +217,12 @@ Ari Kalfus ([@artis3n](https://www.artis3nal.com/)) <[email protected]> | |
|
||
## Development and Contributing | ||
|
||
| :exclamation: Due to the encrypted Tailscale auth key in `molecule/defaults/converge.yml`, this repository can't successfully test PRs from forks. I'm working on how to enable collaboration and welcome any ideas. | | ||
| :exclamation: Due to the encrypted Tailscale ephemeral auth key in `molecule/defaults/converge.yml`, this repository can't successfully test PRs from forks. I'm working on how to enable collaboration and welcome any ideas. | | ||
| ----- | | ||
|
||
This GitHub repository uses a dedicated "test" Tailscale account to authenticate Tailscale during CI runs. | ||
Each Docker container creates a new authorized machine in that test account. | ||
The machines are manually cleaned up every so often. | ||
The machines are authorized with [ephemeral auth keys][] and are automatically cleaned up within 48 hours. | ||
|
||
If you are interested in contributing to this repository, you must create a [Tailscale account][] and generate a [Node Authorization auth key][auth key]. | ||
|
||
|
@@ -242,5 +242,6 @@ This will generate an encrypted string for you to set in the `molecule/default/c | |
|
||
[ansible-vault]: https://docs.ansible.com/ansible/latest/user_guide/vault.html#encrypt-string-for-use-in-yaml | ||
[auth key]: https://login.tailscale.com/admin/authkeys | ||
[ephemeral auth key]: https://tailscale.com/kb/1111/ephemeral-nodes/ | ||
[tailscale]: https://tailscale.com/ | ||
[tailscale account]: https://login.tailscale.com/start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters