From 052987bb1acf8c78426a7f33e618560bb0269f50 Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Fri, 25 Oct 2019 12:52:24 +0200 Subject: Propagate more properties and rename some auth properties --- hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosted-api') diff --git a/hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java b/hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java index 68656f06d7d..c0fe2074809 100644 --- a/hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java +++ b/hosted-api/src/main/java/ai/vespa/hosted/api/Properties.java @@ -61,8 +61,8 @@ public class Properties { return getNonBlankProperty("dataPlaneCertificateFile").map(Paths::get); } - /** Returns the path of the data plane private key file, if this is set with the 'dataPlanePrivateKeyFile' property. */ - public static Optional dataPlanePrivateKeyFile() { + /** Returns the path of the data plane private key file, if this is set with the 'dataPlaneKeyFile' property. */ + public static Optional dataPlaneKeyFile() { return getNonBlankProperty("dataPlaneKeyFile").map(Paths::get); } -- cgit v1.2.3