Skip to content

Commit

Permalink
Disable auth on /api endpoint (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored May 14, 2024
1 parent f217581 commit f34a882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts-private/emt-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
name: emt-api
description: OSC emt-api web service
type: application
version: 0.1.2
version: 0.1.3
appVersion: v0.1.0
maintainers:
- name: treydock
dependencies:
- name: webservice
version: 0.34.3
version: 0.34.5
repository: https://osc.github.io/osc-helm-charts/
# repository: file://../../charts/webservice
1 change: 1 addition & 0 deletions charts-private/emt-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ webservice:
- name: api
startCommand: 'R --no-save --slave -f /app/entrypoint_api.R --args $$PORT'
ingressPath: /api
auth: false
auth:
enable: true
skipAuthRoute: "/api/*"
Expand Down

0 comments on commit f34a882

Please sign in to comment.