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

Preventing "Legacy GAE and GCF Metadata Server endpoint" call warnings #16

Open
MrCsabaToth opened this issue Feb 24, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@MrCsabaToth
Copy link
Member

Certain older deployed DeLorean website can receive warning emails about "Legacy GAE and GCF Metadata Server endpoint" calls.

Expected Behavior

The DeLorean website guaranteed to not make any legacy calls

Current Behavior

Website deployed in 2018 or before may receive the warning (detailed later).

Possible Solution

Upgrade package versions (since we don't make any direct calls detailed in the warning emails).

Steps to Reproduce

  1. Have a DeLorean deployed and hosted on Firebase along with functions

Context (Environment)

  • Devuan Linux Ceres/Beowulf. Kernel 5.4.0-4-amd64
  • Hardware: AMD Ryzen 2700 (Acer Predator Helios 500 Ryzen)
  • node version v10.17.0
  • npm version 6.13.7

Detailed Description

Our code does not make direct calls, so there's nowhere a call including v1beta1 or similar. However there must be transitive packages which contain such code.

Possible Implementation

We'll focus only on the functions module, because the main site will get a rehaul later anyway and this is only about the functions. We'll need to bump up the version of the firebase-functions and firebase-admin within the functions/package.json. For the 2018 DevFest website the locked version for the functions was 2.0.4 and the admin of 5.13.1. According to https://stackoverflow.com/questions/58777850/how-to-update-google-cloud-platform-legacy-gae-and-gcf-metadata-server-endpoints the culprit is the firebase-admin package.

The email

Subject:

Reminder: [Action Required] Legacy GAE and GCF Metadata Server endpoints will be turned down on April 30, 2020

Content: see attached gae_gcf_warnign.html
Attachment: attachment.csv

attachment.csv.txt
gae_gcf_warning.html.txt

@MrCsabaToth MrCsabaToth added the enhancement New feature or request label Feb 24, 2020
MrCsabaToth added a commit that referenced this issue Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant