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)
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.
| Reporter | ||
Updated•7 months ago
|
User Story: (updated)
| Reporter | ||
Updated•7 months ago
|
Priority: -- → P1
| Reporter | ||
Updated•6 months ago
|
Severity: -- → S1
tracking-firefox148:
--- → ?
tracking-firefox148:
? → ---
tracking-firefox149:
--- → ?
tracking-firefox149:
? → ---
Target Milestone: --- → Pilot
Comment 1•5 months ago
|
||
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
Comment 2•5 months ago
|
||
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
Updated•5 months ago
|
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•