File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
content/docs/launching-the-platform/self-hosted-onprem Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -387,6 +387,7 @@ features:
387387 storageKey : " abc123example456key789key000azure"
388388 google :
389389 project : " example-project-id"
390+ # trivy:ignore:gcp-service-account
390391 credentials : |
391392 {
392393 "type": "service_account",
Original file line number Diff line number Diff line change 1- ---
2- title : " Storage"
3- description :
4- Setup and configure S3-compatible storage for your self-hosted platform
5- ---
6-
7- import { Callout } from " fumadocs-ui/components/callout" ;
8- import { Card } from " fumadocs-ui/components/card" ;
9- import { Steps } from " fumadocs-ui/components/steps" ;
10- import { Tab , Tabs } from " fumadocs-ui/components/tabs" ;
11-
121## Overview
132
143<div className = " grid grid-cols-1 md:grid-cols-2 gap-6 mb-8" >
@@ -223,6 +212,7 @@ deploymentEngine:
223212 # GCP Credentials
224213 google :
225214 project : ' project-id'
215+ # trivy:ignore:gcp-service-account
226216 credentials : |
227217 {
228218 "type": "service_account",
You can’t perform that action at this time.
0 commit comments