openzipkin / brave-cassandra

Tracing instrumentation for Cassandra and the DataStax Java Driver
Apache License 2.0
12 stars 14 forks source link

Simplifies travis configuration and moves auth to where it is used #39

Closed codefromthecrypt closed 3 years ago

codefromthecrypt commented 3 years ago

Before, we used heuristics in multiple places to decode credentials.

Now that the build is organized better, we can use credentials only where needed. This helps instruct what access is needed for what step.