Skip to content
Snippets Groups Projects
Commit b1dec308 authored by tranoris's avatar tranoris
Browse files

response see other for deleteCR, under #2

parent e31c8120
No related branches found
No related tags found
1 merge request!8Merging 2024Q2_RC into main, creating 2024Q2 Release
......@@ -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 );
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment