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

feat: Add admin credentials input for CouchDB v3 #10

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

Conversation

taratatach
Copy link

@taratatach taratatach commented Dec 13, 2022

CouchDB v3 requires an admin user to start. The Docker image will
create that user automatically if the credentials are passed as
arguments.

These credentials can then be used in requests to CouchDB.

This is based on #9 by @jjrodrig but using action inputs rather than env variables.

  CouchDB v3 requires an admin user to start. The Docker image will
  create that user automatically if the credentials are passed as
  arguments.

  These credentials can then be used in requests to CouchDB.
@taratatach taratatach force-pushed the feat/add-admin-credentials-input-for-v3 branch 3 times, most recently from 575dc69 to bff253e Compare December 14, 2022 09:17
  This is useful when passing admin credentials as they can be included
  in the URL itself.
@taratatach taratatach force-pushed the feat/add-admin-credentials-input-for-v3 branch from bff253e to 3ad0189 Compare December 14, 2022 09:35
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.

1 participant