Commit graph

  • b91c115ade
    Remove "auth skip" for socket traffic Kristoffer Dalby 2021-10-31 19:57:42 +00:00
  • 53df9afc2a
    Fix step naming error Kristoffer Dalby 2021-10-31 19:54:38 +00:00
  • 8db45a4e75
    Setup a seperate, non-tls, no auth, socket grpc Kristoffer Dalby 2021-10-31 19:52:34 +00:00
  • 1c9b1ea91a
    Add todo Kristoffer Dalby 2021-10-31 16:34:20 +00:00
  • 12f2a7cee0
    Move context per cure's suggestion Kristoffer Dalby 2021-10-31 16:26:51 +00:00
  • 3f30bf1e33
    Ensure we set up TLS for http Kristoffer Dalby 2021-10-31 16:19:38 +00:00
  • f968b0abdf
    Merge branch 'main' into initial-api-cli-work Kristoffer Dalby 2021-10-31 12:17:47 +00:00
  • 16ccbf4cdb
    Merge pull request #207 from juanfont/update-contributors Kristoffer Dalby 2021-10-31 12:17:31 +00:00
  • d803fe6123
    Merge branch 'main' into update-contributors Kristoffer Dalby 2021-10-31 09:58:17 +00:00
  • ca15a53fad
    Add timeout to integration test for execCommand to fail faster Kristoffer Dalby 2021-10-31 09:58:01 +00:00
  • 264e5964f6
    Resolve merge conflict Kristoffer Dalby 2021-10-31 09:40:43 +00:00
  • 223c611820
    docs(README): update contributors github-actions[bot] 2021-10-31 09:34:07 +00:00
  • fbdfa55629
    Merge pull request #126 from unreality/main Kristoffer Dalby 2021-10-31 09:33:35 +00:00
  • 73d22cdf54
    Merge pull request #2 from kradalby/oidc-1 unreality 2021-10-31 07:04:04 +08:00
  • bac81176b2 Remove lint from generated testcode Kristoffer Dalby 2021-10-30 15:39:05 +00:00
  • cd2914dbc9 Make note about oidc being experimental Kristoffer Dalby 2021-10-30 15:35:58 +00:00
  • cbf3f5d640 Resolve merge conflict Kristoffer Dalby 2021-10-30 15:33:01 +00:00
  • 018e42acad
    Merge branch 'main' into initial-api-cli-work Kristoffer Dalby 2021-10-30 15:31:34 +01:00
  • 482a31b66b Setup swagger and swagger UI properly Kristoffer Dalby 2021-10-30 14:29:53 +00:00
  • 2b340e8fa4 Rename protofile Kristoffer Dalby 2021-10-30 14:29:41 +00:00
  • 434fac52b7 Fix lint error Kristoffer Dalby 2021-10-30 14:29:03 +00:00
  • 6aacada852 Switch from gRPC localhost to socket Kristoffer Dalby 2021-10-30 14:08:16 +00:00
  • 7301d7eb67
    Merge pull request #200 from cure/cli-improvements Ward Vandewege 2021-10-29 17:36:54 -04:00
  • b2d2d5653e
    Merge branch 'main' into cli-improvements Ward Vandewege 2021-10-29 17:20:05 -04:00
  • 72fd2a2780 Fix lint error Kristoffer Dalby 2021-10-29 17:36:11 +00:00
  • 9ef031f0f8 Port create, delete and list of namespace to grpc Kristoffer Dalby 2021-10-29 17:16:54 +00:00
  • 81b8610dff Add helper function to setup grpc client for cli Kristoffer Dalby 2021-10-29 17:15:52 +00:00
  • eefd82a574 Move config loading out of the headscale app setup Kristoffer Dalby 2021-10-29 17:09:06 +00:00
  • 002b5c1dad Add grpc token auth struct Kristoffer Dalby 2021-10-29 17:08:21 +00:00
  • 68dab0fe7b Move localhost check to utils Kristoffer Dalby 2021-10-29 17:04:58 +00:00
  • 6d10be8fff Change order of print/nil check in integration test Kristoffer Dalby 2021-10-29 16:49:44 +00:00
  • a23d82e33a Setup API and prepare for API keys Kristoffer Dalby 2021-10-29 16:45:06 +00:00
  • c7fa9b6e4a Setup create, delete and list namespace over grpc Kristoffer Dalby 2021-10-29 16:44:32 +00:00
  • 07bbeafa3b Fix lint errors, add initial namespace rpc Kristoffer Dalby 2021-10-29 16:43:10 +00:00
  • 06700c1dc4 Setup proto linting Kristoffer Dalby 2021-10-29 16:42:56 +00:00
  • 2d252da221 suggested documentation and comments Raal Goff 2021-10-29 21:35:07 +08:00
  • 2c071a8a2d
    Merge pull request #204 from kradalby/api-playground Kristoffer Dalby 2021-10-28 20:17:20 +01:00
  • f9187bdfc4 Switch to named arguments for all nodes subcommands. Update docs accordingly. Fix integration test failure. Ward Vandewege 2021-10-28 09:30:41 -04:00
  • 25c67cf2aa
    Update integration_test.go Ward Vandewege 2021-10-28 08:40:30 -04:00
  • b00a2729e3
    Update cmd/headscale/cli/nodes.go Ward Vandewege 2021-10-28 08:39:42 -04:00
  • 6c01b86e4c
    Update cmd/headscale/cli/nodes.go Ward Vandewege 2021-10-28 08:39:27 -04:00
  • d086cf4691 Move the namespace argument back to a flag for the share and unshare commands. Ward Vandewege 2021-10-27 17:51:42 -04:00
  • 5054ed41ac Make ci lint fix if it can Kristoffer Dalby 2021-10-27 07:10:32 +00:00
  • e91174e83f Add gen explicitly to skip list Kristoffer Dalby 2021-10-27 07:08:24 +00:00
  • c9bd25d05c Remove golint from github actions Kristoffer Dalby 2021-10-27 07:07:44 +00:00
  • f779372154 Add golangcilint config Kristoffer Dalby 2021-10-27 07:07:19 +00:00
  • acd9ebbdf8 Let lint ignore grpcv1.go as it is placeholder Kristoffer Dalby 2021-10-27 07:06:39 +00:00
  • 6369cea10e Remove golint, its deprecated Kristoffer Dalby 2021-10-27 06:58:16 +00:00
  • 2d92719095 Dont try to generate code on every make build Kristoffer Dalby 2021-10-27 06:48:30 +00:00
  • d4265779ef Check in generated code Kristoffer Dalby 2021-10-27 06:44:04 +00:00
  • 8f2ef6a57d Prepare for checking in generated code Kristoffer Dalby 2021-10-27 06:40:39 +00:00
  • 6e764942a2 Add grpc step to dockerfile Kristoffer Dalby 2021-10-26 21:35:18 +00:00
  • 11d987549f Ignore generated files for docker Kristoffer Dalby 2021-10-26 21:34:51 +00:00
  • b8c89cd63c Add readme and makefile entry about code generation Kristoffer Dalby 2021-10-26 20:53:10 +00:00
  • 2f045b20fb Refactor tls and wire up grpc, grpc gateway/api Kristoffer Dalby 2021-10-26 20:42:56 +00:00
  • caa4d33cbd Add an initial grpcv1 service (implementing the proto generated service) Kristoffer Dalby 2021-10-26 20:42:20 +00:00
  • a9da7c8fd9 Update go.mod Kristoffer Dalby 2021-10-26 20:41:35 +00:00
  • b096a2e7e5 Create an initial gRPC service Kristoffer Dalby 2021-10-26 20:37:37 +00:00
  • f9ece0087d Make the cli help a little more explicit for the nodes subcommand. Ward Vandewege 2021-10-26 08:50:25 -04:00
  • c76d3b53d9
    Merge branch 'main' into cli-improvements Kristoffer Dalby 2021-10-25 22:11:02 +01:00
  • e8277595f5
    Merge pull request #202 from juanfont/kradalby-patch-1 Kristoffer Dalby 2021-10-25 20:14:36 +01:00
  • 4d3b638a3d
    Add note about main containing unreleased changes Kristoffer Dalby 2021-10-25 19:38:11 +01:00
  • 1d9954d8e9 Fix integration test. Ward Vandewege 2021-10-24 20:11:47 -04:00
  • dd7557850e cli changes for the nodes subcommand: Ward Vandewege 2021-10-24 17:02:57 -04:00
  • c8e1afb14b When attempting to unshare a node from the primary namespace, return errorMachineNotShared, not errorSameNamespace. Add test for same. Ward Vandewege 2021-10-24 17:00:51 -04:00
  • 6d162eeff9
    Merge pull request #197 from kradalby/config-simplification Kristoffer Dalby 2021-10-24 22:27:18 +01:00
  • 746d4037da
    Fix config and tests Kristoffer Dalby 2021-10-24 21:30:51 +01:00
  • 1237e02f7c Merge branch 'config-simplification' of github.com:kradalby/headscale into config-simplification Kristoffer Dalby 2021-10-24 21:21:08 +01:00
  • 7da3d4ba50
    Resolve merge conflict Kristoffer Dalby 2021-10-24 21:21:01 +01:00
  • c22b93734e
    update Running.md Remus CURSARU 2021-10-24 14:09:07 +02:00
  • 8853315dcc
    Update config-example.yaml Kristoffer Dalby 2021-10-23 10:40:15 +01:00
  • 5aaffaaecb
    Merge pull request #196 from kradalby/derp-improvements Kristoffer Dalby 2021-10-23 09:20:27 +01:00
  • 389a8d47a3
    Merge branch 'main' into derp-improvements Kristoffer Dalby 2021-10-22 23:58:48 +01:00
  • a355769416
    Update derp-example.yaml Kristoffer Dalby 2021-10-22 23:58:27 +01:00
  • 1a8c9216d6
    Merge pull request #194 from juanfont/update-contributors Juan Font 2021-10-23 00:11:22 +02:00
  • 81316ef644
    Merge branch 'main' into update-contributors Juan Font 2021-10-22 21:28:27 +02:00
  • 4d4d0de356
    Start adding comments to config Kristoffer Dalby 2021-10-22 18:27:11 +01:00
  • b85adbc40a
    Remove the need for multiple config files Kristoffer Dalby 2021-10-22 18:14:29 +01:00
  • aefbd66317 Remove derpmap volume from integration tests Kristoffer Dalby 2021-10-22 16:57:51 +00:00
  • d875cca69d move integration to yaml, add new derp configuration Kristoffer Dalby 2021-10-22 16:57:01 +00:00
  • 0e902fe949 Add certificates to docker image so we can get derpmap from tailscale Kristoffer Dalby 2021-10-22 16:56:23 +00:00
  • 582eb57a09 Use the new derp map Kristoffer Dalby 2021-10-22 16:56:00 +00:00
  • 177f1eca06 Add helper functions for building derp maps from urls and file Kristoffer Dalby 2021-10-22 16:55:35 +00:00
  • 57f46ded83 Split derp into its own config struct Kristoffer Dalby 2021-10-22 16:55:14 +00:00
  • aa245c2d06 Remove derp.yaml, add selfhosted example Kristoffer Dalby 2021-10-22 16:52:39 +00:00
  • e836db1ead Add config.yaml to gitignore Kristoffer Dalby 2021-10-22 16:51:19 +00:00
  • 5420347d24
    docs(README): update contributors github-actions[bot] 2021-10-22 06:58:20 +00:00
  • 9e2637d65f
    Merge pull request #192 from derelm/patch-2 Kristoffer Dalby 2021-10-22 07:57:48 +01:00
  • c6046597ed
    Merge branch 'main' into update-contributors Juan Font 2021-10-22 00:01:18 +02:00
  • a46c8fe914
    Merge branch 'main' into patch-2 Juan Font 2021-10-21 23:56:10 +02:00
  • f822816cdb
    Merge pull request #193 from juanfont/fix-again-contributors Juan Font 2021-10-21 23:55:41 +02:00
  • f3bf9b4bbb Contributors again fixed Juan Font Alonso 2021-10-21 23:54:20 +02:00
  • 9f02899261
    Merge branch 'main' into patch-2 Juan Font 2021-10-21 23:41:52 +02:00
  • 75f3e1fb03
    docs(README): update contributors github-actions[bot] 2021-10-21 21:38:02 +00:00
  • 9fbfa7c1f5
    Merge pull request #191 from juanfont/fix-contributors Juan Font 2021-10-21 23:32:43 +02:00
  • d5aef85bf2 Fix contributors Juan Font Alonso 2021-10-21 23:21:38 +02:00
  • 88b32e4b18
    fix typo derelm 2021-10-21 23:07:35 +02:00
  • e425e3ffd3 Fix contributors Juan Font Alonso 2021-10-21 22:53:30 +02:00
  • 355483fd86
    Merge pull request #184 from juanfont/doc-reorg-v1 Juan Font 2021-10-21 22:38:59 +02:00
  • 672d8474b9 PRettier on the yamls Juan Font Alonso 2021-10-21 21:18:50 +02:00