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
`DefaultServiceAccountSigner` | Yes | Signs tokens with the service account running the application. This signer is typically used to sign `FleetEngineTokenType#SERVER` tokens. The service account <b>MUST</b> have the `iam.serviceAccounts.signBlob` permission in order to use this Signer. This is typically acquired through the `Service Account Token Creator` role.
105
-
`ImpersonatedSigner` | Yes | Signs tokens by impersonating a different service account. The account hosting the application <b>MUST</b> have the `iam.serviceAccounts.signBlob` permission. This permission is typically acquired through the `Service Account Token Creator` role.
104
+
`DefaultServiceAccountSigner` | Yes | Signs tokens with the service account running the application. This signer is typically used to sign `FleetEngineTokenType#SERVER` tokens. The service account <b>MUST</b> have the `iam.serviceAccounts.signBlob` permission which is typically acquired through the `Service Account Token Creator` role.
105
+
`ImpersonatedSigner` | Yes | Signs tokens by impersonating a different service account. The account hosting the application <b>MUST</b> have the `iam.serviceAccounts.signBlob` permission which is typically acquired through the `Service Account Token Creator` role.
106
106
`LocalSigner` | No | Signs tokens with a private key file generated by a given service account. **Storing private key files in any form presents a security risk and should be a last resort.**
107
107
108
108
Note: GCP Required denotes that the Signer works with applications that are
109
-
hosted on GCP or are otherwise authenticated with GCP. For more information,
0 commit comments