Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note that Firebase Admin Node.js SDK doesn't support WLIF #268

Merged
merged 2 commits into from Mar 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -92,6 +92,12 @@ Identity Federation.
**⚠️ You must use the Cloud SDK version 390.0.0 or later to authenticate the
`bq` and `gsutil` tools.**

**⚠️ Firebase users:** If you're using this Action to authenticate the Firebase
Admin Node.js SDK, you must authenticate with a service account key since
Workload Identity Federation is not yet supported. See
[#1377](https://github.com/firebase/firebase-admin-node/issues/1377)
for the status of WLIF support.

- `workload_identity_provider`: (Required) The full identifier of the Workload Identity
Provider, including the project number, pool name, and provider name. If
provided, this must be the full identifier which includes all parts:
Expand Down