Skip to content
Snippets Groups Projects
Commit a9f244f3 authored by Hema Vishnu Pola [Microsoft]'s avatar Hema Vishnu Pola [Microsoft]
Browse files

Merge branch 'users/komakkar/http_enabled' into 'master'

Enabling Http processing for Register Service.

See merge request !49
parents 0bde9066 373121ea
No related branches found
No related tags found
1 merge request!49Enabling Http processing for Register Service.
Pipeline #17405 passed with warnings
......@@ -96,3 +96,5 @@ spec:
value: https://haaggarw-eventgrid-viewer.azurewebsites.net/api/updates
- name: SUBSCRIBER_SECRET
value: "395f1b05e95171d7c0dde0b19fd6cf"
- name: ACCEPT_HTTP # TEMPORARY UNTIL HTTPS
value: "true"
\ No newline at end of file
......@@ -29,4 +29,4 @@ spec:
to:
- operation:
notPaths: ["/","*/swagger-resources","*/swagger",
"/api/{{ .Chart.Name }}/v1/swagger-resources/*","*/swagger-ui.html","*/actuator/health","/api/{{ .Chart.Name }}/v1/test/challenge/*"]
\ No newline at end of file
"/api/register/v1/swagger-resources/*","*/swagger-ui.html","*/actuator/health","/api/register/v1/test/challenge/*"]
\ No newline at end of file
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