Commit 85b7419
authored
docs: add missing OAuth scopes to .env.example (sooperset#766)
Add required OAuth scopes that were missing from the example:
- read:jira-user: Required for Jira user operations
- read:confluence-content.summary: Required for Confluence content
- search:confluence: Required for Confluence search
- read:page:confluence: Granular scope required for Confluence v2 API
The read:page:confluence scope is particularly important as OAuth
authentication uses the v2 API which requires this granular scope
for page operations.1 parent 39104e5 commit 85b7419
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments