Skip to content

Commit ced26b3

Browse files
committed
remove unneeded attributes from x-google-api-management
1 parent ee08c73 commit ced26b3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

slurm_cluster_config/bundled-openapi.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ tags:
4343
x-google-api-management:
4444
backends:
4545
invest_compute_backend:
46-
# 1. Point to the Cloud Run Bridge URL
46+
# point to the Cloud Run service URL
47+
# this template placeholder gets filled in by lb.tf
4748
address: ${backend_url}
48-
deadline: 15.0
49-
50-
# 2. ENABLE AUTHENTICATION (The Gateway signs the request)
51-
jwt_audience: ${backend_url}
52-
5349
paths:
5450
/:
5551
get:

0 commit comments

Comments
 (0)