app proxy: protect code accessing containerId

This commit is contained in:
Girish Ramakrishnan
2024-06-10 10:53:00 +02:00
parent db3eabcd2f
commit 692be297b3
4 changed files with 19 additions and 14 deletions

View File

@@ -151,7 +151,7 @@ const proxyApp = {
upstreamUri: 'http://1.2.3.4:80',
domain: domain.domain,
fqdn: domain.domain + '.' + 'proxylocation',
manifest,
manifest: proxyAppManifest,
containerId: '',
portBindings: null,
accessRestriction: null,