Clemens Vasters
accbfa4286
Ignore config files during installer updates #12
2024-08-30 12:03:21 +02:00
Clemens Vasters
dae5653e0f
fix for #76 - not checking whether HOME env variable is defined before using it
2024-08-30 10:26:45 +02:00
Clemens Vasters
9e64cc3202
split test runs across different hycos to avoid parallel build stepping on eachother
2024-08-29 18:20:08 +02:00
Clemens Vasters
35cb25abec
Parsing error for UDP addresses #72
2024-08-29 15:50:39 +02:00
Jerry Nettleton
744fb7077f
add ConfigureAwait(false) to avoid deadlock
2024-08-29 15:36:39 +02:00
Clemens Vasters
b55666deaf
Addresses issue #8 , allowing "." as a separator inside a relay name ( #93 )
2024-08-29 15:32:29 +02:00
Clemens Vasters
58957339c5
doc fix
...
Signed-off-by: Clemens Vasters <clemens@vasters.com>
2024-08-29 15:04:07 +02:00
Clemens Vasters
bf52ddabed
doc updates
...
Signed-off-by: Clemens Vasters <clemens@vasters.com>
2024-08-29 10:44:28 +02:00
Clemens Vasters
14913df351
Add systemd ref
...
Signed-off-by: Clemens Vasters <clemens@vasters.com>
2024-08-28 16:21:10 +02:00
Clemens Vasters
33ffe2da82
Migrate to Directory.Packages.props
...
Signed-off-by: Clemens Vasters <clemens@vasters.com>
2024-08-28 16:18:08 +02:00
Clemens Vasters
d0f698335a
Build script fixes
...
Signed-off-by: Clemens Vasters <clemens@vasters.com>
2024-08-27 19:03:42 +02:00
Clemens Vasters
513c699a81
Better HTTP E2E test coverage wrt to AuthZ token flow
2024-08-27 12:32:17 +02:00
Clemens Vasters
631a3b1721
TcpRemoteForwarder: Parsing the MediaTypeHeaderValue correctly with TryParse and throwing if the parsing fails. ( #92 )
...
* Fix addresses issue #91
* added HTTP test
* config parser adjustment for the HTTP RemoteForward fix
2024-08-26 19:50:26 +02:00
Luca Bovo
8e42cbbe6b
fixed command line options of HTTP Scenario schema ( #63 )
...
Now it's "-H latavola:https/443 \" as stated in Command Line Options example "-H relay_name:https/hostport{;...}" [ https://github.com/Azure/azure-relay-bridge/blob/master/CONFIG.md ]
2024-08-26 14:16:15 +02:00
Abhay Saraf
e3862dbac3
Minor updates to the documents to reflect the latest behavior ( #62 )
...
* Update OVERVIEW.md
fixing the name of the command line tool in the example
* fixing the ip address in the example cmd
* fixing cmdline settings as per latest version
2024-08-26 14:16:02 +02:00
Luca Bovo
a6709f489c
fixed command line in Multiplexing explanation ( #64 )
...
Explanation is OK but command line is wrong
2024-08-26 14:15:31 +02:00
Luca Bovo
8920e4ccf9
fix command line in HTTP Scenario ( #65 )
...
the right sintax is <relay_hyco>:https/443
2024-08-26 14:15:18 +02:00
Clemens Vasters
6b77e41d26
Update README.md
2024-08-26 11:49:38 +02:00
Pavel Iakovenko
748db0eec2
Launchd: keep alive azbridge unconditionally ( #90 )
2024-08-18 17:46:05 -07:00
Pavel Iakovenko
138894ff19
Update Azure.Identity to 1.11.4 ( #89 )
...
* Update Azure.Identity to 1.11.4
* Target macOS unit tests to arm64
2024-08-01 14:04:19 -07:00
Pavel Iakovenko
9a15d1f572
Enabling unit tests for macOS ( #82 )
...
* Enabling unit tests for macOS
* Add hostname to /etc/hosts
2024-04-15 06:39:43 -04:00
Pavel Iakovenko
74a4f71fa4
Reenable win-arm64 CI builds ( #80 )
2024-04-14 21:08:13 -04:00
Pavel Iakovenko
1037f8591f
Integration tests for Ubuntu 24.04 ( #86 )
2024-04-14 20:35:38 -04:00
Pavel Iakovenko
8681447201
Integration tests for Ubuntu-22.04 ( #81 )
2024-04-12 22:02:32 -04:00
Pavel Iakovenko
387a967f9c
Run as a service on macOS ( #84 )
...
* Run as a service on macOS
* macOS Launchd documentation updates
* Pin mysql to 8.0.35 to get around libssl and libicu dependency errors
* MySql pinning no longer needed
* AzIdentity 1.11.0
2024-04-12 21:30:38 -04:00
Clemens Vasters
d4f7606c1a
Merge branch 'master' of https://github.com/clemensv/azure-relay-bridge
2024-03-26 22:17:38 +01:00
Clemens Vasters
59db954bb6
linux deps update
...
Signed-off-by: Clemens Vasters <clemens@vasters.com>
2024-03-26 22:17:32 +01:00
Clemens Vasters
09abb8d8b5
Update main-ci-build.yml
2024-03-26 18:52:33 +01:00
Clemens Vasters
f790d583f1
Update to latest SDK
2024-03-26 18:16:36 +01:00
Pavel Iakovenko
89b5018407
Insecure mode for https forwarding ( #79 )
2024-02-26 12:37:49 +01:00
Clemens Vasters
3ffabee941
Disable windows ARM build
2024-02-26 12:22:08 +01:00
Pavel Iakovenko
50aaf4ce98
Upgrade to .Net 8 ( #78 )
...
* Upgrade to net8
* WiX upgrade to 3.14
2024-02-26 12:06:23 +01:00
clemensv
d630d51909
Merge branch 'master' of https://github.com/clemensv/azure-relay-bridge
2022-09-22 00:54:08 -07:00
clemensv
bf803fa289
RDP sample
...
Signed-off-by: clemensv <clemensv@microsoft.com>
2022-09-22 00:54:02 -07:00
Clemens Vasters
815813cccf
Update Deploy-Relay.ps1
2022-09-22 00:09:14 -07:00
clemensv
d8c0d3e0c5
headline fix
...
Signed-off-by: clemensv <clemensv@microsoft.com>
2022-09-21 11:01:17 -07:00
clemensv
43ea514587
clarification on daemons.
...
Signed-off-by: clemensv <clemensv@microsoft.com>
2022-09-21 10:59:41 -07:00
Clemens Vasters
791c43d23a
Update README.md
2022-09-21 10:42:22 -07:00
clemensv
807b8d6b2a
SQL Server example
...
Signed-off-by: clemensv <clemensv@microsoft.com>
2022-09-21 10:40:52 -07:00
clemensv
e225be259b
Merge branch 'master' of https://github.com/clemensv/azure-relay-bridge
2022-09-21 04:59:55 -07:00
clemensv
74423afcf2
doc updates
...
Signed-off-by: clemensv <clemensv@microsoft.com>
2022-09-21 04:59:49 -07:00
Clemens Vasters
852fb8f918
Merge pull request #61 from Azure:wincfg
...
add default Windows config files
2022-09-21 11:33:07 +02:00
clemensv
9fcde92cf4
add default Windows config files
...
Signed-off-by: clemensv <clemensv@microsoft.com>
2022-09-21 02:04:22 -07:00
Clemens Vasters
44cf8e1ce8
Systemd support ( #60 )
...
* enable systemd support
Signed-off-by: clemensv <clemensv@microsoft.com>
2022-09-20 22:03:47 +02:00
Clemens Vasters
e969c35d1b
docker info
...
Signed-off-by: Clemens Vasters <clemensv@microsoft.com>
2022-09-16 09:07:53 -07:00
Clemens Vasters
7b13ddd7a1
Merge branch 'master' of https://github.com/clemensv/azure-relay-bridge
2022-09-16 08:10:30 -07:00
Clemens Vasters
d86935eada
cleanup and doc edits
...
Signed-off-by: Clemens Vasters <clemensv@microsoft.com>
2022-09-16 08:10:20 -07:00
Clemens Vasters
d42c0b3f62
Update BridgeTest.cs
2022-09-16 08:07:13 -07:00
Clemens Vasters
084a402451
Update main-ci-build.yml
2022-09-16 07:52:17 -07:00
Clemens Vasters
5e0fcdda7f
Merge pull request #59 from Azure/patch-8
2022-09-16 15:43:24 +02:00