Skip to content

Commit cc8a4ca

Browse files
authored
Merge pull request #88 from cloudgraphdev/chore/update-readme-for-tencent
chore(readme): update readme for policy pack links and tencent
2 parents b56602e + 0cdd8e1 commit cc8a4ca

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,15 @@ Under the hood, CloudGraph reaches out to your cloud provider(s), sucks up all o
149149

150150
# Authentication and Permissions
151151

152-
CloudGraph currently supports AWS, Azure, GCP, and K8s (several others coming soon). CloudGraph needs read permissions in order to ingest your data. To keep things easy you can use the same permissions that we use internally when we run CloudGraph to power AutoCloud. Here are the auth guides and details for how to generate credentials for each provider (feel free to leave out AutoCloud specific configuration):
152+
CloudGraph currently supports AWS, Azure, GCP, K8s, and Tencent (several others coming soon). CloudGraph needs read permissions in order to ingest your data. To keep things easy you can use the same permissions that we use internally when we run CloudGraph to power AutoCloud. Here are the auth guides and details for how to generate credentials for each provider (feel free to leave out AutoCloud specific configuration):
153153

154154
<br />
155155

156156
- [AWS Docs](https://docs.autocloud.dev/aws-account)
157157
- [Azure Docs](https://docs.autocloud.dev/azure-subscription)
158158
- [GCP Docs](https://docs.autocloud.dev/gcp-project)
159159
- [K8s Docs](https://github.com/cloudgraphdev/cloudgraph-provider-kubernetes)
160+
- [Tencent Docs](https://github.com/cloudgraphdev/cloudgraph-provider-tencent)
160161

161162
<br />
162163

@@ -193,19 +194,20 @@ npm i -g @cloudgraph/cli
193194

194195
<br/>
195196

196-
You can then add the providers you want (links to provider repos: [AWS](https://github.com/cloudgraphdev/cloudgraph-provider-aws), [Azure](https://github.com/cloudgraphdev/cloudgraph-provider-azure), [GCP](https://github.com/cloudgraphdev/cloudgraph-provider-gcp), [K8s](https://github.com/cloudgraphdev/cloudgraph-provider-k8s)):
197+
You can then add the providers you want (links to provider repos: [AWS](https://github.com/cloudgraphdev/cloudgraph-provider-aws), [Azure](https://github.com/cloudgraphdev/cloudgraph-provider-azure), [GCP](https://github.com/cloudgraphdev/cloudgraph-provider-gcp), [K8s](https://github.com/cloudgraphdev/cloudgraph-provider-k8s), [Tencent Docs](https://github.com/cloudgraphdev/cloudgraph-provider-tencent)):
197198

198199
```bash
199200
cg init aws
200201
cg init azure
201202
cg init gcp
202203
cg init k8s
204+
cg init tencent
203205
```
204206

205207
You can also add as many as you want all at once
206208

207209
```bash
208-
cg init aws azure gcp k8s
210+
cg init aws azure gcp k8s tencent
209211
```
210212

211213
And add in compliance policy packs to supplement your data with instant security insights:
@@ -214,6 +216,8 @@ And add in compliance policy packs to supplement your data with instant security
214216
cg policy add gcp-cis-1.2.0
215217
cg policy add azure-cis-1.3.1
216218
cg policy add aws-cis-1.2.0
219+
cg policy add aws-cis-1.3.0
220+
cg policy add aws-cis-1.2.0
217221
cg policy add aws-pci-dss-3.2.1
218222
cg policy add aws-nist-800-53-rev4
219223
```

0 commit comments

Comments
 (0)