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

Authentication of core APIs by default #561

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions release/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Below is an example command which can also be used to run the built image.
```
docker run \
--name data-prepper-test \
--expose 21890 \
-v /workplace/github/simple-ingest-transformation-utility-pipeline/examples/config/example-pipelines.yaml:/usr/share/data-prepper/pipelines.yaml \
-v /workplace/github/simple-ingest-transformation-utility-pipeline/examples/config/example-data-prepper-config.yaml:/usr/share/data-prepper/data-prepper-config.yaml \
data-prepper/data-prepper:1.0.0
```
-p 21890:21890 -p 4900 \
-v ${PWD}/examples/config/example-pipelines.yaml:/usr/share/data-prepper/pipelines.yaml \
-v ${PWD}/examples/config/example-data-prepper-config.yaml:/usr/share/data-prepper/data-prepper-config.yaml \
opensearch-data-prepper:1.2.0-SNAPSHOT
```
6 changes: 5 additions & 1 deletion release/docker/config/default-data-prepper-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ keyStoreFilePath: "/usr/share/data-prepper/keystore.p12"
keyStorePassword: "password"
privateKeyPassword: "password"
serverPort: 4900
metricRegistries: [Prometheus]
metricRegistries: [Prometheus]
authentication:
http_basic:
username: admin
password: admin