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
When auth done through this action I can see warning being reported after gcloud 507 was released. Was working fine on 506 and below.
- name: Login to Google for GKE/BQ
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
with:
workload_identity_provider: ${{ secrets.MOONSTONE_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.MOONSTONE_SERVICE_ACCOUNT }}
ends with
WARNING: `--scopes` flag may not working as expected and will be ignored for account type external_account.
Output:
bq show --format=prettyjson moonstone_dataset
+ DATASET_LOCATION='WARNING: `--scopes` flag may not working as expected and will be ignored for account type external_account.
{
"access": [
{
"role": "WRITER",
"specialGroup": "projectWriters"
},
{
"role": "OWNER",
"specialGroup": "projectOwners"
},
{
"role": "OWNER",
"userByEmail": "REDACTED"
},
{
"role": "READER",
"specialGroup": "projectReaders"
}
],
"creationTime": "1709[56](URL#step:13:57)0942416",
"datasetReference": {
"datasetId": "moonstone_dataset",
Expected behavior
No warning should be printed?
Observed behavior
No response
Action YAML
- name: Login to Google for GKE/BQuses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7with:
workload_identity_provider: ${{ secrets.MOONSTONE_WORKLOAD_IDENTITY_PROVIDER }}service_account: ${{ secrets.MOONSTONE_SERVICE_ACCOUNT }}
Log output
Additional information
No response
The text was updated successfully, but these errors were encountered:
Thank you for opening an issue. Our team will triage this as soon as we can. Please take a moment to review the troubleshooting steps which lists common error messages and their resolution steps.
Hi @jprecuch - where is the error messaging originating from? Can you supply the full debug logs? I'm not sure that warning is coming from "auth", since we don't run any gcloud or bq cli commands in auth. It might be coming from a later step in your workflow.
TL;DR
When auth done through this action I can see warning being reported after gcloud 507 was released. Was working fine on 506 and below.
ends with
Output:
Expected behavior
No warning should be printed?
Observed behavior
No response
Action YAML
Log output
Additional information
No response
The text was updated successfully, but these errors were encountered: