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

adding support for passing cookies to confluence #23

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lalkaka
Copy link

@lalkaka lalkaka commented Feb 3, 2019

using the CONFLUENCE_COOKIES env var

@parente
Copy link
Contributor

parente commented Mar 12, 2019

@lalkaka are you still interested in getting this PR into the code base? Would you mind sharing your use case for passing cookies (e.g., what cookies and for what purpose?) so I can better understand if this is a generally useful feature?

@lalkaka
Copy link
Author

lalkaka commented Mar 23, 2019 via email

Kbowman and others added 2 commits August 28, 2019 15:12
This allows cookies to work as a lone authorization method whereas
previously it was required that you entered a username and password
every time. Now it will simply attempt to load all three of username,
password and cookies from environment variables and use what it gets.
The gist of it is that any credentials of the 3 total provided through
environment variables or saved in config must be correct, but you are
only required to give either username and pass OR cookies.
Add --no-prompt flag to avoid getting username and pass via prompt
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.

2 participants