deploy: update appsettings with new cerbos url
This commit is contained in:
@@ -43,5 +43,6 @@
|
|||||||
"logApiKey": "",
|
"logApiKey": "",
|
||||||
"cliUsers": [
|
"cliUsers": [
|
||||||
"admin:en-to-tre-fire"
|
"admin:en-to-tre-fire"
|
||||||
]
|
],
|
||||||
|
"cerbosUrl": "http://prod-cerbos.idp.svc:3593"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,5 +38,7 @@
|
|||||||
"logApiKey": "",
|
"logApiKey": "",
|
||||||
"cliUsers": [
|
"cliUsers": [
|
||||||
"admin:en-to-tre-fire"
|
"admin:en-to-tre-fire"
|
||||||
]
|
],
|
||||||
|
"cerbosUrl": "http://staging-cerbos.idp.svc:3593"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,5 +13,6 @@
|
|||||||
"archmeister": "https://archmeister.srv.oceanbox.io",
|
"archmeister": "https://archmeister.srv.oceanbox.io",
|
||||||
"pubsubName": "pubsub",
|
"pubsubName": "pubsub",
|
||||||
"pubsubTopic": "hipster-atlantis",
|
"pubsubTopic": "hipster-atlantis",
|
||||||
"fenceRadius": 1000.0
|
"fenceRadius": 1000.0,
|
||||||
|
"cerbosUrl": "http://prod-cerbos.idp.svc:3593"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,5 +13,6 @@
|
|||||||
"archmeister": "https://archmeister.beta.oceanbox.io",
|
"archmeister": "https://archmeister.beta.oceanbox.io",
|
||||||
"pubsubName": "pubsub",
|
"pubsubName": "pubsub",
|
||||||
"pubsubTopic": "hipster-atlantis",
|
"pubsubTopic": "hipster-atlantis",
|
||||||
"fenceRadius": 1000.0
|
"fenceRadius": 1000.0,
|
||||||
|
"cerbosUrl": "http://staging-cerbos.idp.svc:3593"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user