Commit 924268c
authored
fix: align Confluence PAT auth type with server expectations (sooperset#549)
Change Confluence authentication type from "token" to "pat" to match
server-side expectations and maintain consistency with Jira implementation.
Previously, Confluence set auth_type="token" for personal access tokens while
the server middleware and dependency injection expected "pat". This mismatch
caused PAT authentication to fail completely in Confluence Data Center.
This change updates:
- ConfluenceConfig auth_type Literal from "token" to "pat"
- All conditionals checking auth_type from "token" to "pat"
- Aligns Confluence with Jira's existing "pat" convention
BREAKING CHANGE: Existing configurations using auth_type="token" must be
updated to auth_type="pat".
Reported-by: Anton Malyshev1 parent ab41a07 commit 924268c
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments