Closed Bug 2012425 Opened 7 months ago Closed 5 months ago

Access connector policy customizable on the console management UI

Categories

(Enterprise Products :: Console, enhancement, P1)

x86_64
Windows 10
enhancement

Tracking

(Not tracked)

VERIFIED FIXED
Pilot 1

People

(Reporter: RT, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [size=1.5])

User Story

Acceptance criteria:
- Policy allowing enablement/disablement of the feature with customization of target domain/IP address (Corporate Web gateway) + allow list for the proxy (we have a web extension API that allows controlling which domains go through the proxy)
No description provided.
User Story: (updated)
See Also: → 2012421
Blocks: 2012427
No longer blocks: 2012427
Blocks: 2012437
No longer blocks: 2012437
Blocks: 2012456
No longer blocks: 2012456
Priority: -- → P1
Depends on: 2014732
Depends on: 2012421
Whiteboard: [size=1.5]
Severity: -- → S1
Target Milestone: --- → Pilot

This is now visible on staging. The following schema is supported:

    "AccessConnector": {
      "type": "object",
      "properties": {
        "Host": {
          "type": "string"
        },
        "Port": {
          "type": "number"
        },
        "MatchPatterns": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "Locked": {
          "type": "boolean" 
        }
      },
      "required": ["Host", "Port"]
    },

Note that we're missing docs for configuring this, will track this separately.

Status: NEW → RESOLVED
Closed: 5 months ago
Flags: qe-verify+
Resolution: --- → FIXED

Validating that the AccessConnector policy can be configured based on the schema and it shows as Active in about:policies when applied across macOS Tahoe 26.3, Ubuntu 24.4, Win10/11 on 151.0a1 (20260330174525) .

{
  "Host": "proxy.enterfox.eu",
  "MatchPatterns": [
    "https://*.mozilla.org",
    "https://mozilla.org",
    "http://enterprise-console-static.default.svc.cluster.local",
    "http://rustfs.rustfs-svc.svc.cluster.local"
  ],
  "Port": 443
}
Status: RESOLVED → VERIFIED
Flags: qe-verify+
You need to log in before you can comment on or make changes to this bug.