Skip to content

Commit

Permalink
Generate docs for GCS config
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze committed Mar 26, 2019
1 parent 21e0f69 commit e44cdb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ For example:
type: GCS
config:
bucket: ""
service_account: ""
```

Application credentials are configured via JSON file, the client looks for:
Expand All @@ -170,6 +171,7 @@ You can read more on how to get application credential json file in [https://clo

Another possibility is to inline the ServiceAccount into the Thanos configuration and only maintain one file:

[embedmd]:# (flags/config_gcs_sa.txt yaml)
```yaml
type: GCS
config:
Expand Down

0 comments on commit e44cdb8

Please sign in to comment.