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

Disable metadata service detection in the emulator. #6860

Merged
merged 2 commits into from
Mar 10, 2024

Commits on Mar 8, 2024

  1. Disable metadata service detection in the emulator.

    Fix for #6765. The latest version of google-gax attempts
    to read from the metadata server (on an internal IP address).
    Setting the environment variable METADATA_SERVER_DETECTION=none
    by default will turn this behavior off. This is overridable with
    .env.local.
    inlined committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b83d7a5 View commit details
    Browse the repository at this point in the history
  2. changelog

    inlined committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e4d2be1 View commit details
    Browse the repository at this point in the history