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

feat: Use float instead of int for GCE_METADATA_TIMEOUT #1481

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Feb 20, 2024

  1. Update _metadata.py

    Move the logic to read GCE_METADATA_TIMEOUT env variable so we can better control it in app_identity component.
    
    Related internal change is 607513254.
    ludoch authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    03c0713 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Update _metadata.py

    ludoch authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7100b59 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    1fe93bc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    51e12cd View commit details
    Browse the repository at this point in the history
  2. Change timeout behavior and add a test for metadata server access. (#1)

    * Add a test with new _metadata.py changes
    
    * Add tests for  metadata changes.
    ludoch authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    be068a5 View commit details
    Browse the repository at this point in the history
  3. add env var (#2)

    * chore(python): update dependencies in /.kokoro (googleapis#1499)
    
    Source-Link: googleapis/synthtool@db94845
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a8a80fc6456e433df53fc2a0d72ca0345db0ddefb409f1b75b118dfd1babd952
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    * Add a test with new _metadata.py changes
    
    * Add tests for  metadata changes.
    
    * chore(python): bump idna from 3.4 to 3.7 in .kokoro (googleapis#1517)
    
    Source-Link: googleapis/synthtool@d50980e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5a4c19d17e597b92d786e569be101e636c9c2817731f80a5adec56b2aa8fe070
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    
    * Update environment_vars.py
    
    ---------
    
    Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    4 people authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f8007f2 View commit details
    Browse the repository at this point in the history