Skip to content

Commit

Permalink
Merge pull request #2 from guilhem/badges
Browse files Browse the repository at this point in the history
Badges are fanzy you know
  • Loading branch information
fcantournet authored Jan 4, 2017
2 parents 330961e + 73cd52e commit e24f459
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### **Vault-sync**

[![Build Status](https://travis-ci.org/fcantournet/vault-sync.svg?branch=master)](https://travis-ci.org/fcantournet/vault-sync)
[![Go Report Card](https://goreportcard.com/badge/github.com/fcantournet/vault-sync)](https://goreportcard.com/report/github.com/fcantournet/vault-sync)

---
Disclaimer : this started as a fork of the [vaultctl](https://github.com/UKHomeOffice/vaultctl)

Expand Down Expand Up @@ -125,7 +128,7 @@ backends:
oneshot: true
- uri: roles/readonly
sql: CREATE USER '{{name}}'@'%' IDENTIFIED BY '{{password}}';GRANT SELECT ON *.* TO '{{name}}'@'%'
```
```
###### - **Secrets**
Expand All @@ -139,7 +142,7 @@ secrets:
values:
hello: world
rohith: yes
```
```
###### - **Example Output**
Expand Down

0 comments on commit e24f459

Please sign in to comment.