Skip to content
Snippets Groups Projects
Commit 3219f737 authored by Gitlab Runner's avatar Gitlab Runner
Browse files
parents ecbad659 48e3bd55
No related branches found
No related tags found
4 merge requests!73Register Service: Audit Logs Implementation (GONRG-1761),!71Logging Enhancements for GCP modules (GONRG-1735, GONRG-1779),!67GCP release/0.5 - fix GSA Challenge (GONRG-1796),!56Gcp fix sonar comments (GONRG-1370)
......@@ -15,7 +15,7 @@
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
metadata:
name: register-jwt-auth
name: {{ .Chart.Name }}-jwt-auth
namespace: osdu
spec:
selector:
......@@ -29,4 +29,4 @@ spec:
to:
- operation:
notPaths: ["/","*/swagger-resources","*/swagger",
"/api/register/v1/swagger-resources/*","*/swagger-ui.html","*/actuator/health","/api/register/v1/test/challenge/*"]
\ No newline at end of file
"/api/{{ .Chart.Name }}/v1/swagger-resources/*","*/swagger-ui.html","*/actuator/health","/api/{{ .Chart.Name }}/v1/test/challenge/*"]
\ No newline at end of file
......@@ -114,7 +114,6 @@ public abstract class TestUtils {
}
System.out.println(url);
System.out.println(httpMethod);
System.out.println(token);
System.out.println(requestBody);
System.out.println(headers);
......
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