遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/598)
<a href="https://www.bestpractices.dev/projects/598"><img src="https://www.bestpractices.dev/projects/598/badge"></a>
Duo Authentication Proxy provides a local proxy service to enable on-premise integrations between VPNs, devices, applications, and hosted Duo or Trustwave two-factor authentication (2fa).
This repo provides a way to build Duo Authentication Proxy into a docker image and run it as a container.
https://github.com/jumanjihouse/docker-duoauthproxy/blob/master/CONTRIBUTING.md
https://github.com/jumanjihouse/docker-duoauthproxy/issues
standard docker commands (pull and rmi) make it easy to install and completely remove all traces of software
"Make commits of logical units (and add tests!)."
upstream does not enable strict at this time, and this project prefers not to override that while building into docker image
https://github.com/jumanjihouse/docker-duoauthproxy/pull/46
the project uses https to connect to duo
This project supports up to TLS 1.2
project uses standard certificate verification via libressl
project is compiled using latest libressl
the project removes dangerous binaries from the runtime environment and recommends users run it with read-only and cap-drop all flags as recommended by CIS docker security benchmark
this project packages upstream code into a docker image
后退