Skip to content

Commit

Permalink
Note that Firebase Admin Node.js SDK doesn't support WLIF (#268)
Browse files Browse the repository at this point in the history
<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.

Please describe your change and any implementation details below.
-->

---------

Signed-off-by: Kevin Cheung <kevinthecheung@users.noreply.github.com>
  • Loading branch information
kevinthecheung committed Mar 8, 2023
1 parent 483e21d commit 126054d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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

0 comments on commit 126054d

Please sign in to comment.