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