https://github.com/davidkhala/gcp-collection
Notebooks for GCP services
https://github.com/davidkhala/gcp-collection
bigquery bq databricks datastore firestore google-cloud-platform
Last synced: about 2 months ago
JSON representation
Notebooks for GCP services
- Host: GitHub
- URL: https://github.com/davidkhala/gcp-collection
- Owner: davidkhala
- Created: 2021-10-07T04:35:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-02T01:04:28.000Z (12 months ago)
- Last Synced: 2025-07-02T02:20:00.736Z (12 months ago)
- Topics: bigquery, bq, databricks, datastore, firestore, google-cloud-platform
- Language: Python
- Homepage:
- Size: 260 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GCP-collections
- Most Google Cloud APIs also support anonymous access to **public data** using API keys. However, API keys only identify the application, not the principal. When using API keys, the principal must be authenticated by other means.
## Hardware root of trust
- The first integrity check for Google servers uses a hardware root of trust.
### Datacenter Identity
- Each server in the data center has its own unique identity.
- This identity can be tied to the hardware root of trust and the software with which the machine boots
- This identity is used to authenticate API calls (Application Layer Transport Security (ALTS) system) to and from low-level management services on the machine.
- This identity is used for mutual server authentication and transport encryption.