tresor


License

License

GroupId

GroupId

com.drobisch
ArtifactId

ArtifactId

tresor_2.11
Last Version

Last Version

0.1.9
Release Date

Release Date

Type

Type

jar
Description

Description

tresor
tresor
Project URL

Project URL

https://github.com/adrobisch/tresor
Project Organization

Project Organization

com.drobisch
Source Code Management

Source Code Management

https://github.com/adrobisch/tresor.git

Download tresor_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.drobisch/tresor_2.11/ -->
<dependency>
    <groupId>com.drobisch</groupId>
    <artifactId>tresor_2.11</artifactId>
    <version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.drobisch/tresor_2.11/
implementation 'com.drobisch:tresor_2.11:0.1.9'
// https://jarcasting.com/artifacts/com.drobisch/tresor_2.11/
implementation ("com.drobisch:tresor_2.11:0.1.9")
'com.drobisch:tresor_2.11:jar:0.1.9'
<dependency org="com.drobisch" name="tresor_2.11" rev="0.1.9">
  <artifact name="tresor_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.drobisch', module='tresor_2.11', version='0.1.9')
)
libraryDependencies += "com.drobisch" % "tresor_2.11" % "0.1.9"
[com.drobisch/tresor_2.11 "0.1.9"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.11
org.typelevel : cats-effect_2.11 jar 1.2.0
com.softwaremill.sttp : core_2.11 jar 1.5.7

provided (4)

Group / Artifact Type Version
io.circe : circe-core_2.11 jar 0.10.0
io.circe : circe-generic_2.11 jar 0.10.0
io.circe : circe-parser_2.11 jar 0.10.0
org.slf4j : slf4j-api jar 1.7.25

test (5)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api jar 2.11.1
org.apache.logging.log4j : log4j jar 2.11.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.11.1
org.scalatest : scalatest_2.11 jar 3.0.5
com.github.tomakehurst : wiremock-standalone jar 2.19.0

Project Modules

There are no modules declared in this project.

tresor 🔒 [tʁeˈzoːɐ̯]

travis latest release codecov

A Scala library to access secrets (credentials etc.) from different sources.

Features

  • Provider for AES-256 encryption
  • Providers for secrets from Hashicorp Vault engines (currently KV, Database, AWS)
  • Integration with cats-effect
  • Supports Scala 2.11, 2.12

Documentation

see the documentation site for examples etc.

License

Apache License 2.0

Versions

Version
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1