mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Confluence Plugin doesn't support PAT which should be Bearer token #280
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iopanda on GitHub (May 14, 2025).
Self Checks
Dify version
1.3.1
Plugin version
0.0.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I'm using an old version of confluence (7.19.17).
Commonly in confluence which deployed by company, we only be allowed to create personal access token (PAT) which should to be used as a Bearer token.
But current plugin only support Basic token which is the base64 encoded string of ":".
The config UI of this plugin is not flexible to support all of the cases, so I want to enhance it.
Expected:
✔️ Error log