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

Update docs for local webapp development and basic auth #18288

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

josephkmh
Copy link
Contributor

What

Requests from the local webapp development server (running on localhost:3000) to the local API (running in docker) will fail due to the new basic auth.

How

This PR updates the docs around local webapp development, instructing developers to disable basic auth.

* add note to disable basic auth when developing the UI locally
@josephkmh josephkmh requested review from evantahler and a team October 21, 2022 08:23
@github-actions github-actions bot added the area/documentation Improvements or additions to documentation label Oct 21, 2022

```bash
docker-compose stop webapp
BASIC_AUTH_USERNAME="" BASIC_AUTH_PASSWORD="" docker-compose up
```
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not actually necessary to stop the webapp container. IMO nicer to keep it short and omit this 🙂

Copy link
Contributor

@edmundito edmundito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@josephkmh josephkmh removed the request for review from evantahler October 21, 2022 12:42
@josephkmh josephkmh merged commit 39c5512 into master Oct 21, 2022
@josephkmh josephkmh deleted the joey/update-docs-local-development-basic-auth branch October 21, 2022 12:45
jhammarstedt pushed a commit to jhammarstedt/airbyte that referenced this pull request Oct 31, 2022
…8288)

* add note to disable basic auth when developing the UI locally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants