Java 8 has reached end of support
and will be deprecated
on January 31, 2026. After deprecation, you won't be able to deploy Java 8
applications, even if your organization previously used an organization policy to
re-enable deployments of legacy runtimes. Your existing Java
8 applications will continue to run and receive traffic after their
deprecation date. We recommend that
you migrate to the latest supported version of Java.
Stay organized with collections
Save and categorize content based on your preferences.
App Engine apps require a service account in order to access other Google Cloud
services and execute tasks. By default, the
App Engine default service account
is used as the identity of your App Engine app. You may also specify a
different user-managed service
account to be used as the
identity for a specific version of your App Engine app. This allows you
to grant different privileges to each version, based on the specific tasks it
performs, and avoid granting more privileges than necessary.
This guide covers how to specify a different user-managed service account when
deploying a new version. If you don't need to create a distinct service account
when deploying a specific version of your app, you can continue to use the
default service account by not specifying a service account.
After you create your user-managed service account, you can update the
app-level default service account for your application by using one of the
following methods:
SERVICE_ACCOUNT_NAME with the name of the service account that you created.
PROJECT_ID with ID of the Google Cloud project in which you want to assign the
service account.
Each new version that you deploy after this update uses the new app-level default service
account unless you explicitly assign a version-specific service account.
Console
Go to the App Engine Application Settings tab in the console and click
Edit Application Settings.
Choose an app-level default service account from Select a Service account
and click Save.
You will be redirected to the Application Settings tab where you can view the email
address of your updated app-level default service account. Example:
SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com.
Each new version that you deploy after this update uses the new app-level default service
account unless you explicitly assign a version-specific service account.
Specifying a service account when deploying your app
gcloud
Run the gcloud app deploy command and specify your service account:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eApp Engine apps use a service account to access other Google Cloud services, with the App Engine default service account being the default identity.\u003c/p\u003e\n"],["\u003cp\u003eYou can use a user-managed service account instead of the default for a specific version of your App Engine app, allowing for tailored privileges.\u003c/p\u003e\n"],["\u003cp\u003eUser-managed service accounts can be specified when deploying a new version of your app via the \u003ccode\u003egcloud app deploy\u003c/code\u003e command or within the \u003ccode\u003eappengine-web.xml\u003c/code\u003e file.\u003c/p\u003e\n"],["\u003cp\u003eIt is important not to remove the App Engine standard environment service agent in your project, as it delegates the user-managed service account as the identity for your app.\u003c/p\u003e\n"],["\u003cp\u003eWhen specifying a user-managed service account, if it's set in both the \u003ccode\u003eapp.yaml\u003c/code\u003e file and through the \u003ccode\u003egcloud\u003c/code\u003e CLI, the \u003ccode\u003egcloud\u003c/code\u003e setting will be prioritized.\u003c/p\u003e\n"]]],[],null,[]]