Skip to content

Commit

Permalink
fjern vault dependencies og oppdater readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johatr committed Feb 2, 2024
1 parent 26ced2e commit 91af472
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 28 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ mvn test

## Database

Database parameters med Vault:

```
vault read postgresql/preprod-fss/creds/veilarblest-q1-user
```

Postgres database:

```
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 0 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,28 +156,6 @@
<optional>true</optional>
</dependency>

<!-- Postgres - vault integrasjon for rotasjon av passord-->
<dependency>
<groupId>no.nav</groupId>
<artifactId>vault-jdbc</artifactId>
<version>1.3.10</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.bettercloud</groupId>
<artifactId>vault-java-driver</artifactId>
<version>5.1.0</version>
</dependency>

<!-- Database -->
<dependency>
<groupId>org.postgresql</groupId>
Expand Down

0 comments on commit 91af472

Please sign in to comment.