Commit b1dec308 authored by Christos Tranoris's avatar Christos Tranoris
Browse files

response see other for deleteCR, under #2

parent e31c8120
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -593,6 +593,9 @@ public class KubernetesClientResource {
  public String deleteCR(Map<String, Object> headers, String crspec) {

    logger.debug("============ DELETE crspec =============" );
    if (!checkCRIDGEClusterContext(headers)) {
      return "SEE OTHER";
    }
    logger.debug("{}", crspec );
   
    
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@ spring:
      on-profile: "default"
  application:
    name: cridge
  main:
    web-application-type: none
  activemq:
    brokerUrl: tcp://localhost:61616?jms.watchTopicAdvisories=false
    user: artemis