You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| project_id | Y | The ID of the GCP project to use | `"project-id"`
61
+
| type | Y | The credentials type | `"service_account"`
61
62
| endpoint | N | GCP endpoint for the component to use. Only used for local development with (for example) [GCP Datastore Emulator](https://cloud.google.com/datastore/docs/tools/datastore-emulator). The `endpoint` is unnecessary when running against the GCP production API. | `"localhost:8432"`
62
63
| private_key_id | N | The ID of the prvate key to use | `"private-key-id"`
63
64
| privateKey | N | If using explicit credentials, this field should contain the `private_key` field from the service account json | `-----BEGIN PRIVATE KEY-----MIIBVgIBADANBgkqhkiG9w0B`
@@ -69,7 +70,6 @@ The above example uses secrets as plain strings. It is recommended to use a secr
69
70
| client_x509_cert_url | N | The client certificate URL | `"https://www.googleapis.com/robot/v1/metadata/x509/x"`
70
71
| entity_kind | N | The entity name in Filestore. Defaults to `"DaprState"` | `"DaprState"`
71
72
| noindex | N | Whether to disable indexing of state entities. Use this setting if you encounter Firestore index size limitations. Defaults to `"false"` | `"true"`
72
-
| type | N | **DEPRECATED** The credentials type | `"serviceaccount"`
0 commit comments