Ver a proveniência

add sageUri ctx param to messages

tags/v1.2.7
Jonathan Cobb há 4 anos
ascendente
cometimento
fac7f9cfb0
2 ficheiros alterados com 3 adições e 1 eliminações
  1. +2
    -0
      bubble-server/src/main/java/bubble/cloud/auth/AuthenticationDriver.java
  2. +1
    -1
      bubble-server/src/main/resources/messages

+ 2
- 0
bubble-server/src/main/java/bubble/cloud/auth/AuthenticationDriver.java Ver ficheiro

@@ -42,6 +42,7 @@ import java.util.concurrent.ConcurrentHashMap;

import static org.cobbzilla.util.daemon.ZillaRuntime.die;
import static org.cobbzilla.util.daemon.ZillaRuntime.now;
import static org.cobbzilla.util.http.HttpSchemes.SCHEME_HTTPS;
import static org.cobbzilla.util.io.FileUtil.basename;
import static org.cobbzilla.util.io.StreamUtil.stream2string;

@@ -121,6 +122,7 @@ public interface AuthenticationDriver extends CloudServiceDriver {
ctx.put("node", node);
ctx.put("network", network);
ctx.put("publicUri", network.getPublicUri(c));
ctx.put("sageUri", SCHEME_HTTPS+configuration.getSageNode().getFqdn());
return ctx;
}



+ 1
- 1
bubble-server/src/main/resources/messages

@@ -1 +1 @@
Subproject commit 3b532dc0f4956aeff74d0b178f2cf4a43fea29ef
Subproject commit 4b400a10db695fe726efc0e45d889d2a20bc42de

Carregando…
Cancelar
Guardar