Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add handling of Personal Access Token in Confluence data connector #2705

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greygoo
Copy link

@greygoo greygoo commented Nov 22, 2024

Pull Request Type

  • ✨ feat
  • πŸ› fix
  • ♻️ refactor
  • πŸ’„ style
  • πŸ”¨ chore
  • πŸ“ docs

Relevant Issues

resolves #2704

What is in this change?

  • Add personalAccessToken handling to the Confluence Data Connector

Additional Information

I basically just hacked it together, to see if I can make use of the connector and was lacking the PAT functionality. And only used docker-compose up --build to test it.
Tested with a Personal Access Token on a self hosted instance.
Not tested with Username/Password, as the instance does not allow this.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality (not tested possible side effects)
  • Docker build succeeds locally

@timothycarambat
Copy link
Member

Are PAT's only for self-hosted versions? Like they dont exist in the cloud version of Confluence?

@greygoo
Copy link
Author

greygoo commented Nov 23, 2024

I don't know. Only have this self hosted version I can test with. I tried with basic auth, which did not work, but auth with bearer works fine, then I saw in the code, that for this the PersonalAccessToken is used, so i added it in the interface, so I can use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Handle personalAccessToken for confluence data connector
2 participants