mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
Require full access justification from requirements
Add an enterprise-only requirements flag that forces a written justification before switching to full access mode. Thread the requirement through config loading, the TUI and app-server permission flows, and OTEL/session telemetry, and expose it through the app-server requirements API. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -98,6 +98,12 @@
|
||||
"object",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"requireFullAccessJustification": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user