【问题标题】:Azure DevOps restrict access only with in the organizationAzure DevOps 仅在组织中限制访问
【发布时间】:2019-09-26 19:12:10
【问题描述】:

我要求仅在组织网络内限制对 Azure DevOps 的访问。怎么可能做?我可以限制 IP 地址范围还是有其他方法?

【问题讨论】:

    标签: azure azure-devops


    【解决方案1】:

    Azure DevOps 是一项云服务,因此您不能直接将其限制在您的 IP 地址范围内,但是有两种选择:

    1) Azure DevOps 通过 Azure Active Directory 进行身份验证。您可以使用 Azure AD 的 conditional access 来防止从某些地理位置和地址范围登录。 See here for an example。这将阻止来自其他地址或组织外部的任何未经授权的尝试。

    2) 如果您更关心 CI/CD 管道的运行位置,您可以设置本地代理以保持您的构建和发布在本地。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-09-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-11-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多