Commit graph

471 commits

Author SHA1 Message Date
Eugene Pankov 5a74efeae1
make sso_providers optional 2022-08-05 21:03:14 +02:00
Eugene Pankov de691f1a6b
fixed #5 - Automatically kill sessions after access is revoked after config reload 2022-08-05 20:54:37 +02:00
Eugene f7bb12e44d
OIDC login support (#222) 2022-08-05 20:04:40 +02:00
dependabot[bot] 83442ea350 Bump chrono from 0.4.19 to 0.4.20
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.19 to 0.4.20.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.19...v0.4.20)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-05 11:34:43 +02:00
Eugene Pankov 516bd93e21
bumped russh for AES-CTR, DH and HMAC support - fixes #232, fixes #186 2022-08-05 01:36:38 +02:00
Eugene Pankov c0446063dd
Merge branch 'main' of https://github.com/warp-tech/warpgate into main 2022-08-05 01:36:34 +02:00
dependabot[bot] 62d4ddcb94 Bump rustls-pemfile from 1.0.0 to 1.0.1
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](https://github.com/rustls/pemfile/commits)

---
updated-dependencies:
- dependency-name: rustls-pemfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 18:40:16 +02:00
dependabot[bot] 2abac7ae8b Bump poem from 1.3.36 to 1.3.37
Bumps [poem](https://github.com/poem-web/poem) from 1.3.36 to 1.3.37.
- [Release notes](https://github.com/poem-web/poem/releases)
- [Commits](https://github.com/poem-web/poem/commits)

---
updated-dependencies:
- dependency-name: poem
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 18:39:52 +02:00
dependabot[bot] 09759a246a Bump clap from 3.2.2 to 3.2.16
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.2 to 3.2.16.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.2...v3.2.16)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 18:39:02 +02:00
dependabot[bot] 8ec1aed26b Bump bytes from 1.2.0 to 1.2.1
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/commits)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 13:38:19 +02:00
Eugene Pankov 1e3f3ff3de
fixed RSA key checks 2022-07-31 23:39:03 +02:00
dependabot[bot] f01a4363bb Bump console from 0.15.0 to 0.15.1
Bumps [console](https://github.com/mitsuhiko/console) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/console/compare/0.15.0...0.15.1)

---
updated-dependencies:
- dependency-name: console
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-30 19:45:31 +02:00
Eugene Pankov 8ea3250d4b
fixed #196 - HTTP tickets support 2022-07-30 18:40:03 +02:00
Eugene Pankov 112a6581f0
added test-target support for HTTP and MySQL targets 2022-07-29 20:02:10 +02:00
Eugene Pankov 47e245f785
added proper connection instructions for tickets 2022-07-29 18:32:01 +02:00
Eugene Pankov 9af4de71c5
http: set cookies for all subdomains 2022-07-27 21:10:59 +02:00
Eugene Pankov ca3879284f
startup message fix 2022-07-27 20:29:37 +02:00
Eugene Pankov be48acf5ab
fixed #165 - HTTP target selection through separate external domains 2022-07-27 20:29:24 +02:00
Eugene Pankov e7118dca5e
removed the unused ssh.client_key config option 2022-07-27 19:49:35 +02:00
Eugene Pankov 77e15b3f4b
added X-Forwarded-* headers 2022-07-27 19:20:40 +02:00
Eugene Pankov 8b436db290
Update README.md 2022-07-27 00:45:28 +02:00
Eugene Pankov 5891775619
Update Cargo.lock 2022-07-27 00:45:25 +02:00
Eugene Pankov 7cfb271bf4
Bump version: 0.3.0 → 0.4.0 2022-07-27 00:18:03 +02:00
Eugene Pankov 62be795038
Update .bumpversion.cfg 2022-07-27 00:17:59 +02:00
Eugene Pankov 8061cdcf9b
lint 2022-07-27 00:14:46 +02:00
Eugene Pankov 38cc33e87b
bumped poem, schema update 2022-07-27 00:01:41 +02:00
Eugene Pankov 5ba9b11f17
Update Cargo.lock 2022-07-26 23:55:41 +02:00
Eugene Pankov 983586477a
Merge branch 'main' of https://github.com/warp-tech/warpgate into main 2022-07-26 23:55:35 +02:00
dependabot[bot] 3b87c274fa Bump poem from 1.3.34 to 1.3.36
Bumps [poem](https://github.com/poem-web/poem) from 1.3.34 to 1.3.36.
- [Release notes](https://github.com/poem-web/poem/releases)
- [Commits](https://github.com/poem-web/poem/commits)

---
updated-dependencies:
- dependency-name: poem
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26 23:48:44 +02:00
Eugene Pankov 03db7b55fa
cleaned up TLS code, added certificate and key checks to warpgate check 2022-07-26 21:04:24 +02:00
dependabot[bot] be98a00bb2 Bump tokio from 1.20.0 to 1.20.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.0 to 1.20.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.0...tokio-1.20.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26 00:39:34 +02:00
dependabot[bot] cf51c518a2 Bump tracing from 0.1.34 to 0.1.35
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.34 to 0.1.35.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.34...tracing-0.1.35)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26 00:39:13 +02:00
Eugene Pankov fe0eea172f
disable protocols by default 2022-07-25 15:30:57 +02:00
Eugene Pankov 04078e1fed
added host key auto-accept and auto-reject options 2022-07-24 12:33:42 +02:00
Eugene Pankov 620a78d026
notify user when a host key prompt requires an interactive session 2022-07-24 11:55:29 +02:00
Eugene Pankov 46492a6593
don't log session errors when recordings are disabled 2022-07-24 11:55:16 +02:00
Eugene Pankov 9d314988c0
lint 2022-07-24 10:29:30 +02:00
Eugene Pankov 6e4835739c
use rustls-native-certs for mysql 2022-07-24 10:10:36 +02:00
Eugene Pankov 38bf63e278
lint 2022-07-23 23:25:14 +02:00
Eugene Pankov 7a42e1f704
switch back to native-roots 2022-07-23 23:22:12 +02:00
Eugene Pankov efa0014465
fixed #206 - support TLS options for HTTPS targets 2022-07-23 23:20:38 +02:00
Eugene Pankov f09e55eb1e
fixed #205 - show error page for failing proxy requests 2022-07-23 22:54:34 +02:00
Eugene Pankov bf50b7b257
deny clippy::indexing_slicing 2022-07-23 21:53:21 +02:00
Eugene Pankov 9d1f1b3c26
Merge branch 'main' of https://github.com/warp-tech/warpgate 2022-07-23 21:53:17 +02:00
Eugene Pankov d6fba30573
lint 2022-07-23 21:47:04 +02:00
Eugene Pankov 47518c6253
added cranky and removed all .unwrap() usages 2022-07-23 21:31:35 +02:00
dependabot[bot] ad81b3bc47 Bump regex from 1.5.5 to 1.6.0
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.5 to 1.6.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.5...1.6.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 00:58:29 +02:00
dependabot[bot] 181d72e90b Bump memchr from 2.4.1 to 2.5.0
Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/BurntSushi/memchr/releases)
- [Commits](https://github.com/BurntSushi/memchr/compare/2.4.1...2.5.0)

---
updated-dependencies:
- dependency-name: memchr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 00:57:28 +02:00
dependabot[bot] 01a7162676 Bump rustls from 0.20.4 to 0.20.6
Bumps [rustls](https://github.com/rustls/rustls) from 0.20.4 to 0.20.6.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.20.4...v/0.20.6)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 00:54:09 +02:00
dependabot[bot] b32ad98e5b Bump tokio-rustls from 0.23.3 to 0.23.4
Bumps [tokio-rustls](https://github.com/tokio-rs/tls) from 0.23.3 to 0.23.4.
- [Release notes](https://github.com/tokio-rs/tls/releases)
- [Commits](https://github.com/tokio-rs/tls/commits)

---
updated-dependencies:
- dependency-name: tokio-rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 00:52:44 +02:00