From a3f8710f409e6c5b432f84af8a77dd7b39ed761e Mon Sep 17 00:00:00 2001 From: bmenasha Date: Sun, 5 Mar 2017 15:26:14 -0500 Subject: [PATCH] remove "secure: always" from Flexible samples. (#545) * remove "secure: always" the "secure" directive it does nothing in Flexible and it's presence can imply support for this feature. * remove "secure: always" the "secure" directive it does nothing in Flexible. --- flexible/analytics/src/main/appengine/app.yaml | 1 - flexible/async-rest/src/main/appengine/app.yaml | 1 - flexible/cloudsql/src/main/appengine/app.yaml | 1 - flexible/cloudstorage/src/main/appengine/app.yaml | 1 - flexible/cron/src/main/appengine/app.yaml | 1 - flexible/datastore/src/main/appengine/app.yaml | 1 - flexible/disk/src/main/appengine/app.yaml | 1 - flexible/endpoints/src/main/appengine/app.yaml | 1 - flexible/extending-runtime/src/main/appengine/app.yaml | 1 - flexible/helloworld/src/main/appengine/app.yaml | 1 - flexible/mailgun/src/main/appengine/app.yaml | 2 -- flexible/mailjet/src/main/appengine/app.yaml | 1 - flexible/memcache/src/main/appengine/app.yaml | 2 -- flexible/sendgrid/src/main/appengine/app.yaml | 2 -- flexible/static-files/src/main/appengine/app.yaml | 1 - flexible/twilio/src/main/appengine/app.yaml | 2 -- 16 files changed, 20 deletions(-) diff --git a/flexible/analytics/src/main/appengine/app.yaml b/flexible/analytics/src/main/appengine/app.yaml index fb4e73fcbe8..3273b02a0e8 100644 --- a/flexible/analytics/src/main/appengine/app.yaml +++ b/flexible/analytics/src/main/appengine/app.yaml @@ -4,7 +4,6 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always # [START env_variables] env_variables: diff --git a/flexible/async-rest/src/main/appengine/app.yaml b/flexible/async-rest/src/main/appengine/app.yaml index a38abdca5df..378f5b9dbce 100644 --- a/flexible/async-rest/src/main/appengine/app.yaml +++ b/flexible/async-rest/src/main/appengine/app.yaml @@ -18,7 +18,6 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always env_variables: diff --git a/flexible/cloudsql/src/main/appengine/app.yaml b/flexible/cloudsql/src/main/appengine/app.yaml index 698951aaf74..ca251053293 100644 --- a/flexible/cloudsql/src/main/appengine/app.yaml +++ b/flexible/cloudsql/src/main/appengine/app.yaml @@ -18,7 +18,6 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always automatic_scaling: min_num_instances: 1 diff --git a/flexible/cloudstorage/src/main/appengine/app.yaml b/flexible/cloudstorage/src/main/appengine/app.yaml index 5dd24c8506d..da52dfa3ff2 100644 --- a/flexible/cloudstorage/src/main/appengine/app.yaml +++ b/flexible/cloudstorage/src/main/appengine/app.yaml @@ -4,7 +4,6 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always # [START env_variables] env_variables: diff --git a/flexible/cron/src/main/appengine/app.yaml b/flexible/cron/src/main/appengine/app.yaml index 959f6c227dc..d7890aaff58 100644 --- a/flexible/cron/src/main/appengine/app.yaml +++ b/flexible/cron/src/main/appengine/app.yaml @@ -4,4 +4,3 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always diff --git a/flexible/datastore/src/main/appengine/app.yaml b/flexible/datastore/src/main/appengine/app.yaml index b537cc91c42..c84d3698432 100644 --- a/flexible/datastore/src/main/appengine/app.yaml +++ b/flexible/datastore/src/main/appengine/app.yaml @@ -19,4 +19,3 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always diff --git a/flexible/disk/src/main/appengine/app.yaml b/flexible/disk/src/main/appengine/app.yaml index 959f6c227dc..d7890aaff58 100644 --- a/flexible/disk/src/main/appengine/app.yaml +++ b/flexible/disk/src/main/appengine/app.yaml @@ -4,4 +4,3 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always diff --git a/flexible/endpoints/src/main/appengine/app.yaml b/flexible/endpoints/src/main/appengine/app.yaml index 2f76f203522..a3f52eb360f 100644 --- a/flexible/endpoints/src/main/appengine/app.yaml +++ b/flexible/endpoints/src/main/appengine/app.yaml @@ -4,7 +4,6 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always beta_settings: # Enable Google Cloud Endpoints API management. diff --git a/flexible/extending-runtime/src/main/appengine/app.yaml b/flexible/extending-runtime/src/main/appengine/app.yaml index 3473c6e27d6..3eaf1aa012c 100644 --- a/flexible/extending-runtime/src/main/appengine/app.yaml +++ b/flexible/extending-runtime/src/main/appengine/app.yaml @@ -4,4 +4,3 @@ env: flexible handlers: - url: /.* script: this field is required, but ignored - secure: always diff --git a/flexible/helloworld/src/main/appengine/app.yaml b/flexible/helloworld/src/main/appengine/app.yaml index c5fb6e69481..69a35b4caf3 100644 --- a/flexible/helloworld/src/main/appengine/app.yaml +++ b/flexible/helloworld/src/main/appengine/app.yaml @@ -18,5 +18,4 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always # [END appyaml] diff --git a/flexible/mailgun/src/main/appengine/app.yaml b/flexible/mailgun/src/main/appengine/app.yaml index 6bc8593fa46..542b11b162f 100644 --- a/flexible/mailgun/src/main/appengine/app.yaml +++ b/flexible/mailgun/src/main/appengine/app.yaml @@ -4,11 +4,9 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always # [START env_variables] env_variables: MAILGUN_DOMAIN_NAME: YOUR-MAILGUN-DOMAIN-NAME MAILGUN_API_KEY: YOUR-MAILGUN-API-KEY # [END env_variables] - diff --git a/flexible/mailjet/src/main/appengine/app.yaml b/flexible/mailjet/src/main/appengine/app.yaml index 12f3bd467de..a41ea04614a 100644 --- a/flexible/mailjet/src/main/appengine/app.yaml +++ b/flexible/mailjet/src/main/appengine/app.yaml @@ -4,7 +4,6 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always # [START env_variables] env_variables: diff --git a/flexible/memcache/src/main/appengine/app.yaml b/flexible/memcache/src/main/appengine/app.yaml index cec454abe50..2bf46125d17 100644 --- a/flexible/memcache/src/main/appengine/app.yaml +++ b/flexible/memcache/src/main/appengine/app.yaml @@ -4,10 +4,8 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always # [START config] beta_settings: use_memcache_proxy: true # [END config] - diff --git a/flexible/sendgrid/src/main/appengine/app.yaml b/flexible/sendgrid/src/main/appengine/app.yaml index c617039af78..0efc5d7b4d2 100644 --- a/flexible/sendgrid/src/main/appengine/app.yaml +++ b/flexible/sendgrid/src/main/appengine/app.yaml @@ -4,11 +4,9 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always # [START env_variables] env_variables: SENDGRID_API_KEY: YOUR-SENDGRID-API-KEY SENDGRID_SENDER: YOUR-SENDGRID-SENDER # [END env_variables] - diff --git a/flexible/static-files/src/main/appengine/app.yaml b/flexible/static-files/src/main/appengine/app.yaml index 959f6c227dc..d7890aaff58 100644 --- a/flexible/static-files/src/main/appengine/app.yaml +++ b/flexible/static-files/src/main/appengine/app.yaml @@ -4,4 +4,3 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always diff --git a/flexible/twilio/src/main/appengine/app.yaml b/flexible/twilio/src/main/appengine/app.yaml index c83da5e49c9..1ee3836bcef 100644 --- a/flexible/twilio/src/main/appengine/app.yaml +++ b/flexible/twilio/src/main/appengine/app.yaml @@ -4,7 +4,6 @@ env: flex handlers: - url: /.* script: this field is required, but ignored - secure: always # [START env_variables] env_variables: @@ -12,4 +11,3 @@ env_variables: TWILIO_AUTH_TOKEN: YOUR-TWILIO-AUTH-TOKEN TWILIO_NUMBER: YOUR-TWILIO-NUMBER # [END env_variables] -