summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-07-04 13:09:10 +0200
committerHarald Musum <musum@yahooinc.com>2022-07-04 13:09:10 +0200
commitb6f8c1f30b7f1b6168385ce947176e44e18eec7a (patch)
tree6597f892c6a0b9ab2af00ace70afcfc9e076ee95 /container-core
parent062f10045c11c16b353fa8bd61f9e730028b49ea (diff)
Remove 'user' field in application metadata and add deprecations for usage
User was set in older Vespa versions when deploying locally, not set anymore and should not be used. Deprecate and add TODOs to remove in Vespa 9
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/resources/configdefinitions/container.core.application-metadata.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/container-core/src/main/resources/configdefinitions/container.core.application-metadata.def b/container-core/src/main/resources/configdefinitions/container.core.application-metadata.def
index 82e9868f793..4caa15e240a 100644
--- a/container-core/src/main/resources/configdefinitions/container.core.application-metadata.def
+++ b/container-core/src/main/resources/configdefinitions/container.core.application-metadata.def
@@ -7,7 +7,8 @@ namespace=container.core
name string default=""
# The user name that deployed the application
-user string default=""
+# TODO: Remove in Vespa 9
+user string default="unknown"
# The directory the application was deployed from
path string default=""