Skip to content

Commit

Permalink
Merge pull request #10 from jmls/jmls-replace-vault
Browse files Browse the repository at this point in the history
Replace Vault with OpenBao
  • Loading branch information
joewxboy committed Dec 11, 2023
2 parents 4b3b801 + 2463e88 commit 03f094a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

----

**Please note**: We take OpenBao's security and our users' trust very seriously. If you believe you have found a security issue in Vault, _please responsibly disclose_ by contacting us at [openbao-security@lists.lfedge.org](openbao-security@lists.lfedge.org).
**Please note**: We take OpenBao's security and our users' trust very seriously. If you believe you have found a security issue in OpenBao, _please responsibly disclose_ by contacting us at [openbao-security@lists.lfedge.org](openbao-security@lists.lfedge.org).

----

Expand Down Expand Up @@ -54,7 +54,7 @@ Documentation, Getting Started, and Certification Exams

<!-- Documentation is available on the [OpenBao website](https://www.openbao.org/docs/). -->

Developing Vault
Developing OpenBao
--------------------

If you wish to work on OpenBao itself or any of its built-in systems, you'll
Expand Down Expand Up @@ -82,7 +82,7 @@ $ bin/bao
...
```

To compile a development version of Vault with the UI, run `make static-dist dev-ui`. This will
To compile a development version of OpenBao with the UI, run `make static-dist dev-ui`. This will
put the OpenBao binary in the `bin` and `$GOPATH/bin` folders:

```sh
Expand Down Expand Up @@ -194,4 +194,4 @@ $ GOOS=linux make dev
$ OPENBAO_BINARY=$(pwd)/bin/bao go test -run 'TestRaft_Configuration_Docker' ./vault/external_tests/raft/raft_binary
ok github.com/openbao/openbao/vault/external_tests/raft/raft_binary 20.960s
```
-->
-->

0 comments on commit 03f094a

Please sign in to comment.