拉取远程配置添加权限验证 #848
jiaoningbo
started this conversation in
Ideas
Replies: 1 comment
-
![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
现状:目前想要使用远程配置同步的方案,同步的地址必须可以公开访问到才可以
场景:公司内部有一些自定义的 host 解析,每次运维修改后需要同步大家修改本地的 host ,但是这些配置又不方便以公开的方式暴露到公网中,如果可以对发起的请求进行校验,则可以规避一些安全风险
期望:可以添加一些基础的权限验证功能,比如 nginx auth_basic 验证、ldap验证等
Beta Was this translation helpful? Give feedback.
All reactions