docs(gcp): add credentials DX examples - #475
Open
Mkassabov wants to merge 2 commits into
Open
Conversation
Contributor
|
Install the packages built from this commit: Distilled@distilled.cloud/core bun add https://pkg.ing/@distilled.cloud/core/cecf35f@distilled.cloud/gcp bun add https://pkg.ing/@distilled.cloud/gcp/cecf35f |
Show CredentialsFromEnv and fromAccessToken against storage_v1 / pubsub_v1 so the GCP SDK documents the same call shape alchemy uses.
Mkassabov
force-pushed
the
feat/gcp-sdk-dx
branch
from
August 24, 2026 22:28
c70debf to
cecf35f
Compare
Mkassabov
added a commit
to alchemy-run/alchemy
that referenced
this pull request
Aug 24, 2026
Point the submodule at alchemy-run/distilled#475 so Alchemy can consume the GCP credentials DX without waiting for merge.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GCP SDK credentials DX: env token and explicit token, then a distilled service call. No ADC and no service-account signing — mint the bearer outside the SDK (
gcloud auth print-access-token).DX
Services stay on
@distilled.cloud/gcp/<name>_<version>(storage_v1,pubsub_v1,compute_v1, …). The package root exports credentials, protocol, and errors only.