Commit graph

54 commits

Author SHA1 Message Date
Eugene Pankov
1271dee26d
test driven fixes 2022-08-06 00:55:30 +02:00
Eugene Pankov
5a74efeae1
make sso_providers optional 2022-08-05 21:03:14 +02:00
Eugene
f7bb12e44d
OIDC login support (#222) 2022-08-05 20:04:40 +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]
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
Eugene Pankov
1e3f3ff3de
fixed RSA key checks 2022-07-31 23:39: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
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
7cfb271bf4
Bump version: 0.3.0 → 0.4.0 2022-07-27 00:18:03 +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
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
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
46492a6593
don't log session errors when recordings are disabled 2022-07-24 11:55:16 +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
efa0014465
fixed #206 - support TLS options for HTTPS targets 2022-07-23 23:20:38 +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
Eugene Pankov
55718126a0
fixed TLS mode serialized names 2022-07-20 11:29:54 +02:00
Eugene Pankov
a1261cd7dc
Merge branch 'main' of https://github.com/warp-tech/warpgate into main 2022-07-20 10:03:10 +02:00
Eugene Pankov
7682e17080
added MySQL support 2022-07-20 10:02:37 +02:00
dependabot[bot]
4bb0e43c80 Bump bytes from 1.1.0 to 1.2.0
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.2.0.
- [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/compare/v1.1.0...v1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 22:38:26 +02:00
Eugene Pankov
6be92356c2
sorted imports 2022-07-15 20:27:33 +02:00
dependabot[bot]
17d1e0fdce Bump tokio from 1.19.2 to 1.20.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.20.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.2...tokio-1.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 17:05:01 +02:00
Eugene Pankov
ce3ae058db
bumped poem, poem-openapi and uuid 2022-07-12 16:00:38 +02:00
Eugene Pankov
c632da8a1f
Revert "use workspace-level dependencies"
This reverts commit 0d9af48489.
2022-07-06 09:24:06 +02:00
Eugene Pankov
890c5d8b5a Credential policies 2022-07-05 08:57:50 +02:00
Eugene
f0d62412a7
External host setting (#162) 2022-07-03 18:46:07 +02:00
Eugene
6830c0c20d
Paginate sessions list, added filtering (#161) 2022-07-03 11:56:41 +02:00
Eugene Pankov
0d9af48489
use workspace-level dependencies 2022-06-26 22:11:01 +02:00
Eugene Pankov
60a7c08fb1
bumped totp-rs 2022-06-26 21:28:49 +02:00
Eugene
6342fcb3ed
HTTP targets support (fixes #116) 2022-06-26 20:50:04 +02:00
Eugene Pankov
9d755edd15
fixed RSA client key auth - #20 2022-06-16 18:52:55 +02:00
Eugene Pankov
18a4b72f05
Merge branch 'v0.2' into main 2022-06-10 07:24:31 +02:00
Eugene Pankov
d771fa09e4
fixed #129 - auth bypass when user.require is not set 2022-06-10 07:15:43 +02:00
dependabot[bot]
a9a969cd0a Bump tokio from 1.18.0 to 1.19.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.0 to 1.19.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-08 00:13:28 -07:00
Eugene Pankov
172e5b63b7
Record SSH exec channels - fixes #6 2022-05-30 14:08:32 +02:00
Eugene Pankov
892e0173ac
lint 2022-05-30 12:55:09 +02:00
Eugene Pankov
b6ccd5516d
bumped sea-orm 2022-05-30 10:04:51 +02:00
Eugene
a922a3fb49
Internal log store, log viewer & forwarding (#105) 2022-05-30 09:32:45 +02:00
dependabot[bot]
baddaac61c
Bump poem-openapi from 1.3.29 to 1.3.30
Bumps [poem-openapi](https://github.com/poem-web/poem) from 1.3.29 to 1.3.30.
- [Release notes](https://github.com/poem-web/poem/releases)
- [Commits](https://github.com/poem-web/poem/compare/poem-openapi@1.3.29...poem-openapi@1.3.30)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 20:31:54 +00:00
dependabot[bot]
836bd2b759
Bump totp-rs from 1.1.0 to 1.4.0
Bumps [totp-rs](https://github.com/constantoine/totp-rs) from 1.1.0 to 1.4.0.
- [Release notes](https://github.com/constantoine/totp-rs/releases)
- [Commits](https://github.com/constantoine/totp-rs/compare/v1.1.0...v1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 20:28:31 +00:00
Eugene Pankov
702571b5af
bumped sea-orm 2022-04-28 17:42:26 -07:00
Eugene Pankov
d7791837e3
bumped argon2 2022-04-28 17:16:18 -07:00
dependabot[bot]
7d56445b8d
Bump tokio from 1.17.0 to 1.18.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.17.0...tokio-1.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 23:04:51 +00:00