kota65535 / github-openvpn-connect-action

GitHub Action for connecting to OpenVPN server.
MIT License
85 stars 54 forks source link

Add support for tls-crypt-v2 #45

Closed kylebjordahl closed 1 year ago

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

kylebjordahl commented 1 year ago

Still testing in my workflow to ensure it's done correctly

kylebjordahl commented 1 year ago

Confirmed it's working great on my use-case! Not sure how to add a test case for it without access to your test server @kota65535; let me know if there's anything I can do to help! For now I'll be using my fork, but would love to switch back to using your version at some point.

kota65535 commented 1 year ago

Hi @kylebjordahl, Thank you for contributing! Your code and documentation look great. I will change or create one more openVPN server with the TLS crypt v2 config to test this feature.