Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit f8eefed

Browse files
authored
docs: update readme after oauth vars change in tests (#418)
* docs: update readme after oauth vars change in tests * update license * update task name
1 parent 21cd4b1 commit f8eefed

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install packages
5252
run: poetry install --no-interaction
5353

54-
- name: Default scenario
54+
- name: Run scenario
5555
run: poetry run molecule test --scenario-name "${{ inputs.scenario }}"
5656
env:
5757
MOLECULE_DISTRO: "${{ inputs.image }}"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2023 Ari Kalfus
3+
Copyright (c) 2021-2024 Ari Kalfus
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,13 @@ and are automatically cleaned up within 30 minutes-48 hours.
362362
363363
This value is stored in a [GitHub Action secret][] with the name `TAILSCALE_CI_KEY`.
364364
To test OAuth authkey compatibility, a Tailscale OAuth client secret is stored as `TAILSCALE_OAUTH_CLIENT_SECRET`.
365-
To test this role locally, store the Tailscale ephemeral auth key in a `TAILSCALE_CI_KEY` env var
366-
and, if running the `oauth` Molecule scenario,
367-
add an OAuth client secret in a `TAILSCALE_OAUTH_CLIENT_SECRET` env var.
368365
If you are a Collaborator on this repository,
369366
you can open a GitHub CodeSpace and these secrets will be pre-populated for you into the environment.
370367

368+
To test this role locally, store the Tailscale ephemeral auth key in a `TAILSCALE_CI_KEY` env var
369+
and, if running the `oauth` Molecule scenario,
370+
add an OAuth client secret in a `TAILSCALE_CI_KEY` env var.
371+
371372
Alternatively for Molecule testing,
372373
you can use a [Headscale][] container that is spun up as part of the create/prepare steps.
373374
To do this, set a `USE_HEADSCALE` env variable.

0 commit comments

Comments
 (0)