15 Commits

Author SHA1 Message Date
054f523347 Merge branch 'write-auth-key' v1.0 2024-12-21 12:10:00 -05:00
2d2bff0948 Write auth key to file
This commit allows us to now write the auth key to the proper file.
After writing and restarting tsdproxy everything seems to be getting
picked up and is working successfully.
2024-12-21 12:08:06 -05:00
7aa22c88ef Merge branch 'get-auth-key'
Merging get-auth-key into main as it does solve issue #7.
2024-12-19 20:32:36 -05:00
bf64901f50 Generate Auth Keys
Added the ability to generate new auth keys. Can see in the tailscale
logs that new keys are being generated with a 90 day expiration time.
This should be enough to close out issue #7.
2024-12-19 20:30:34 -05:00
f81ef75e00 Merge branch 'access-token'
Merges in the access token fixes into main.
2024-12-16 20:00:40 -05:00
70a88ada6a Generate API Token
Wrote function that generates a tailscale API token from our client id
and client secret values that we have. Have checked with the logs on
tailscale and can see that it is indeed generating the keys. This can be
considered a solution to issue #6.
2024-12-16 19:57:45 -05:00
d82f2fa04c Merge pull request 'Get client secret and key' (#5) from get-client into main
Reviewed-on: #5
2024-12-16 00:42:14 +00:00
dee3723e47 Get client secret and key
This is to solve issue #4. This pulls in the client secret and key and
is able to print them out on the screen successfully from our own
created data type.
2024-12-15 19:37:57 -05:00
46cb8ad2bb Merge pull request 'Testing Key Signing' (#3) from signing-check into main
Reviewed-on: #3
2024-12-15 20:58:59 +00:00
ca3be780da Testing Key Signing
Testing key signing to see if it works.
2024-12-15 15:57:13 -05:00
14251e4ebf Merge pull request 'Allow Cargo Lock' (#2) from allow-cargo-lock into main
Reviewed-on: #2
2024-12-15 20:41:30 +00:00
b8d3300cec Allow Cargo Lock
Modified .gitignore to allow Cargo.lock as per the recommendations
in the documentation located at:
https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
2024-12-15 15:38:54 -05:00
af08be3a3e Merge pull request 'Updated Dependencies' (#1) from dependencies into main
Reviewed-on: #1
2024-12-15 20:33:16 +00:00
908094d91d Updated Dependencies
Added dependencies into the Cargo.toml file and updated .gitignore to
ignore files associated with this project that are secret.
2024-12-15 15:29:55 -05:00
e6921c524d Initial commit 2024-12-15 19:47:46 +00:00