Skip to content
Snippets Groups Projects
Select Git revision
  • ash2k/move-end
  • master default protected
  • master-trigger-branch
  • fix-layer4-nginx-example
  • 487059-cell-configuration
  • pguinoiseau/registry-extra-containers
  • jon-ci-rename-and-tidy-up-some-ci-scripts-e5391ed0
  • 8-7-stable protected
  • 8-8-stable protected
  • 8-9-stable protected
  • fix-missing-podlabels
  • 5098-upgrade-redis-7.x
  • jdrpereira-master-patch-a654
  • readme-links
  • cf-clarify-primary-secondary-network-requirements
  • 5953-registry-migration-psql-crt
  • jts/oci-eh
  • fix-dev-com-dependency-on-gitlab-build-images
  • 8-6-stable protected
  • cb-update-prom
  • v8.7.8
  • v8.8.4
  • v8.9.1
  • v8.8.3
  • v8.7.7
  • v8.9.0
  • v8.6.5
  • v8.7.6
  • v8.8.2
  • v8.6.4
  • v8.7.5
  • v8.8.1
  • v8.8.0
  • v8.7.4
  • v8.5.5
  • v8.6.3
  • v8.7.3
  • v8.7.2
  • v8.7.1
  • v8.7.0
40 results

rails.gcs.yaml

rails.gcs.yaml 1.18 KiB
# Example configuration of `connection` secret for Rails
# Example for Google Cloud Storage
#   See https://gitlab.com/gitlab-org/charts/gitlab/blob/master/doc/charts/globals.md#connection
#   See https://gitlab.com/gitlab-org/charts/gitlab/blob/master/doc/advanced/external-object-storage
provider: Google
google_project: example-project-382839
# Ensure indentation is correct for `google_json_key_string`
# - YAML is a superset of JSON, so you can paste & indent
#   `example-project-382839-gcs-bucket.json` 2-4 spaces directly.
google_json_key_string: |
  {
    "type": "service_account",
    "project_id": "example-project-382839",
    "private_key_id": "REDACTED",
    "private_key": "-----BEGIN PRIVATE KEY-----\nREDACTED\n-----END PRIVATE KEY-----\n",
    "client_email": "gcs-buckets@example-project-382839.iam.gserviceaccount.com",
    "client_id": "REDACTED",
    "auth_uri": "https://accounts.google.com/o/oauth2/auth",
    "token_uri": "https://oauth2.googleapis.com/token",
    "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
    "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/gcs-buckets%40example-project-382839.iam.gserviceaccount.com"
  }