-
Notifications
You must be signed in to change notification settings - Fork 177
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
Confluence token authentication #824
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for your PR. Would you mind to address my comments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me but, before we merge it, would you mind to squash the commits into a single one and sign it?
ok, I just finished it. |
@zhifeiyue the tests are complaining because line 67 is too long. |
Signed-off-by: zhifeiyue <[email protected]> Co-Authored-By: Santiago Dueñas <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for your contribution! |
Support token authentication for Confluence backend.
For Confluence Data Center or server editions, just use the personal access token:
perceval confluence 'http://[YOUR_CONFLUENCE_SITE]/' -t [PERSONAL_ACCESS_TOKEN]
For Confluence cloud:
perceval confluence -u '[email protected]' -t [API_TOKEN] 'https://[YOUR_SITE].atlassian.net/wiki'