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

SDW Depositor Updates #363

Merged
merged 13 commits into from
Oct 30, 2019
Merged
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: java

dist: trusty

jdk: oraclejdk8

sudo: false
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ services:
#SDW_KAFKA_PORT: ${SDW_KAFKA_PORT}
#SDW_SUBSCRIPTION_TOPICS: ${SDW_SUBSCRIPTION_TOPICS}
#SDW_DESTINATION_URL: ${SDW_DESTINATION_URL}
SDW_USERNAME: ${SDW_USERNAME}
SDW_PASSWORD: ${SDW_PASSWORD}
SDW_API_KEY: ${SDW_API_KEY}
depends_on:
- kafka
- zookeeper
Expand Down
3 changes: 1 addition & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,7 @@ ode.depositSdwMessagesOverWebsocket=false
3. Set the following environment variables in the _.env_ file:

```bash
SDW_USERNAME=myUsername
SDW_PASSWORD=myPassword
SDW_API_KEY=myApiKey
```

4. Follow the rest of the ODE setup steps. The SDW depositor service
Expand Down
5 changes: 2 additions & 3 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ RDE_TIM_TOPIC=topic.FilteredOdeTimJson
# The first pair is used for the SDW depositor submodule
# The second pair is used for the built-in DDS depositor

## Required if using SDW depositor module (REST interface)
SDW_USERNAME=
SDW_PASSWORD=
## Required if using SDX depositor module (REST interface)
SDW_API_KEY=

## Optional overrides
#SDW_DESTINATION_URL=
Expand Down