googleapis / googleapis/google-cloud-cpp
Reconcile MakeAuthOptions and PopulateAuthOptions
未关闭
type: cleanup
- 主要语言
- C++
- 星标
- 659
- 派生
- 462
- 平均合并
- 1 天 2 小时
- 30 天内合并 PR
- 89
描述
These functions are used in separate places and appear to have similar intent, but while PopulateAuthOptions preserves the existing options its given, MakeAuthOptions discards them. This seems incorrect on the surface, but there may be reasons why it behaves this way. Further investigation is needed to determine if MakeAuthOptions can be changed to preserve the options passed in and/or the two functions could be merged.
贡献指南
调研方向
找到 MakeAuthOptions 和 PopulateAuthOptions,然后比较它们各自如何处理接收到的选项,以及每个函数的使用位置。确定保留现有选项是否安全,以及是否可以合并这两个函数;完成标准是记录行为决策,并验证受影响的身份验证路径。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- authentication
- Issue 类型
- 重构
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100