-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Google GCS | ||
description: Using Google GCS as a storage provider for Casdoor | ||
keywords: [Google GCS, storage, provider] | ||
authors: [sp71] | ||
--- | ||
|
||
:::note | ||
|
||
This is an example of **Google GCS**. | ||
|
||
::: | ||
|
||
### Create security credentials | ||
|
||
Follow the document: [Cloud Storage Authentication](https://cloud.google.com/storage/docs/authentication?hl=en#service_accounts) to create a [service account](https://cloud.google.com/iam/docs/keys-create-delete) with the correct [IAM permissions](https://cloud.google.com/storage/docs/access-control/iam-permissions) to access the bucket in the GCP console. | ||
|
||
### Configure Casdoor | ||
|
||
| Name | Name in Google | Is Required | | ||
|----------------------|-------------------- |-------------| | ||
| Service Account JSON | Service Account Key | Required | | ||
| Endpoint | Endpoint | | | ||
| Bucket | Bucket name | Required | | ||
|
||
![Google GCS provider](/img/providers/storage/googleProvider.png) |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.