Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1as committed Mar 21, 2022
1 parent 2f15554 commit 0fc7c70
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A state backend server which implements the Terraform HTTP backend API with plugable modules for authentication, storage, locking and state encryption.

> :warning: **Disclaimer**: This code is in an early development state and not tested extensively for bugs and security issues. If you find some, please raise an issue or merge request.
Supported authentication methods:
- HTTP basic auth
- JSON Web Tokens
Expand All @@ -19,9 +21,6 @@ Supported KMS (encryption) backends:
- AES from HashiCorp Vault Key/Value store (v2)
- HashiCorp Vault Transit engine

**Disclaimer**
This code is in an early development state and not tested extensively for bugs and security issues. If you find some, please raise an issue or merge request.

## Deployment

Run locally for development:
Expand Down

0 comments on commit 0fc7c70

Please sign in to comment.