Commit 8b03630
authored
fix: atx bearer no longers update credential metadata (#732)
## Problem
Q relies on credential metadata for determining connection type. This is
not necessary for atx-bearer since ATX only supports IDC connections.
When ATX signs in, this caused the credential metadata to be overwritten
and cause issues with Q if users used builderID to sign in.
## Solution
When handling credential updates for ATX, we no longer updates the
credential metadata so original Q auth is preserved.
<!---
REMINDER:
- Read CONTRIBUTING.md first.
- Add test coverage for your changes.
- Link to related issues/commits.
- Testing: how did you test your changes?
- Screenshots if applicable
-->
## License
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.1 parent b217728 commit 8b03630
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | | - | |
208 | | - | |
209 | 208 | | |
210 | 209 | | |
211 | 210 | | |
| |||
0 commit comments