Define authenticated transport policy for remote extension allowlists
- 主要语言
- Rust
- 星标
- 54.2k
- 派生
- 6.2k
- 平均合并
- 3 天 4 小时
- 30 天内合并 PR
- 240
描述
**What problem would this solve?**
Remote extension allowlists are an administrator policy input, but Goose currently accepts any configured URL and follows redirects without defining an authenticated-transport requirement. Existing deployments may rely on plaintext HTTP, especially for local services, so changing this needs an explicit compatibility policy.
**What would a good outcome look like?**
Remote allowlist content has a documented transport-authentication rule that is enforced for the initial URL and every redirect. Administrators get a clear error for disallowed configurations and a narrowly defined migration path where needed.
**Possible approaches**
- Require HTTPS for all remote allowlists and reject downgrade redirects.
- Permit plaintext HTTP only for loopback addresses.
- Offer an explicit insecure compatibility override with prominent diagnostics and documentation.
The decision should cover redirects, local certificate deployments, startup failure behavior, and existing managed installations.
**Additional context**
- [x] I have verified this does not duplicate an existing feature request
Do not begin implementation until the issue reaches **Ready** on the [Goose Issues board](https://github.com/orgs/aaif-goose/projects/1).
贡献指南
调研方向
Look for the code that fetches remote extension allowlists, likely in a configuration or security module. Examine how URLs are resolved and redirects are handled. The outcome is a defined policy enforced at fetch time, with clear error messages for non-compliant configurations. Testing will involve simulating different URL schemes and redirect scenarios.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust
- 领域
- backend-api-design, security
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100