Skip to content

Commit a3f8710

Browse files
bmenashalesv
authored andcommitted
remove "secure: always" from Flexible samples. (GoogleCloudPlatform#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.
1 parent b905d17 commit a3f8710

File tree

16 files changed

+0
-20
lines changed

16 files changed

+0
-20
lines changed

flexible/analytics/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ env: flex
44
handlers:
55
- url: /.*
66
script: this field is required, but ignored
7-
secure: always
87

98
# [START env_variables]
109
env_variables:

flexible/async-rest/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ env: flex
1818
handlers:
1919
- url: /.*
2020
script: this field is required, but ignored
21-
secure: always
2221

2322

2423
env_variables:

flexible/cloudsql/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ env: flex
1818
handlers:
1919
- url: /.*
2020
script: this field is required, but ignored
21-
secure: always
2221

2322
automatic_scaling:
2423
min_num_instances: 1

flexible/cloudstorage/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ env: flex
44
handlers:
55
- url: /.*
66
script: this field is required, but ignored
7-
secure: always
87

98
# [START env_variables]
109
env_variables:

flexible/cron/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ env: flex
44
handlers:
55
- url: /.*
66
script: this field is required, but ignored
7-
secure: always

flexible/datastore/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ env: flex
1919
handlers:
2020
- url: /.*
2121
script: this field is required, but ignored
22-
secure: always

flexible/disk/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ env: flex
44
handlers:
55
- url: /.*
66
script: this field is required, but ignored
7-
secure: always

flexible/endpoints/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ env: flex
44
handlers:
55
- url: /.*
66
script: this field is required, but ignored
7-
secure: always
87

98
beta_settings:
109
# Enable Google Cloud Endpoints API management.

flexible/extending-runtime/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ env: flexible
44
handlers:
55
- url: /.*
66
script: this field is required, but ignored
7-
secure: always

flexible/helloworld/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ env: flex
1818
handlers:
1919
- url: /.*
2020
script: this field is required, but ignored
21-
secure: always
2221
# [END appyaml]

0 commit comments

Comments
 (0)