forked from thanos-io/thanos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved documentation. (thanos-io#2053)
Fixes: thanos-io#1389 Fixes: thanos-io#2052 Signed-off-by: Bartlomiej Plotka <[email protected]>
- Loading branch information
Showing
7 changed files
with
111 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Security Policy | ||
|
||
As the Thanos team we are not security experts. However we try our best to avoid security concerns or to avoid | ||
writing features that handles sensitive information at all. | ||
|
||
It's worth to note that we assume the metric data to be sensitive and important. | ||
External labels and query API parameters are treated as less sensitive, as they are logged and put into metric/traces. | ||
|
||
## What you CAN expect: | ||
|
||
* We follow best programming practices. We test heavily including e2e tests against major object storages. We use vetting | ||
and static analysis tool on every PR. We use secure protocols for building process (e.g to produce docker images) | ||
* We don't log or put into our instrumentation any data that is stored in TSDB block. | ||
* If we use crypto tools we always rely on FLOSS and standard libraries like official [Go crypt](https://golang.org/pkg/crypto/) | ||
library. | ||
* We always use TLS by default for communication with all object storages. | ||
* We use stable Go versions to build our images and binaries. We update Go version as soon as new one is released. | ||
* We use only FLOSS tools. | ||
|
||
## What we DON'T do (yet): | ||
|
||
* We don't encrypt metric on local storage (e.g on disk). We don't do client encryption for object storage. We recommend | ||
setting server side encryption for object storage. | ||
* We don't allow to specify authorization or TLS for Thanos server HTTP APIs. | ||
|
||
## Supported Versions | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 0.10.1 | :white_check_mark: | | ||
| < 0.10.1 | :x: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you encounter security vulnerability, please let us know privately via Thanos Team email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters