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

Add an App Identity example. #43

Merged
merged 4 commits into from
Dec 14, 2015
Merged

Add an App Identity example. #43

merged 4 commits into from
Dec 14, 2015

Commits on Dec 8, 2015

  1. Add an App Identity example.

    This moves the first example from:
        https://cloud.google.com/appengine/docs/java/appidentity/
    to GitHub.
    
    I also add a simple unit test to at least make sure this code builds &
    runs.  Since this sample just wraps:
        ApiProxy.getCurrentEnvironment()
            .getAttributes()
            .get("com.google.appengine.runtime.default_version_hostname"))
    there isn't really much more we can test in this example.
    
    I will move the other examples from that page over in later PRs.
    tswast committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    85fb6b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2015

  1. Add instrcutions to override <application> and <version> tags.

    Since many users may want to run with multiple projects/versions (dev,
    staging, prod) document how to deploy this sample without having to
    modify the application-web.xml file.
    tswast committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    580b669 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. Configuration menu
    Copy the full SHA
    a4111dd View commit details
    Browse the repository at this point in the history
  2. Removed -Dversion parameter for App Identity example.

    This flag seems to be ignored by the gcloud plugin and the Managed VMs
    environment creates a new version if one isn't provided, anyway.
    tswast committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    1051a59 View commit details
    Browse the repository at this point in the history