Skip to content

Commit

Permalink
fix OIDC for DooD
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Feb 13, 2024
1 parent 11d27ce commit d583392
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
".dccache": true
},
"cSpell.words": [
"arangodb",
"mydea",
"OIDC",
"SNYK"
]
}
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,16 @@ HEALTHCHECK --start-period=4m --interval=5s --retries=50 CMD \

EXPOSE 80

# Use development mode
ENV NODE_ENV=development
ENV REDPANDA_MODE=development

# Load default resources/users/etc.
ENV arangodb__ensureDefaults=true

# Use our auth server for OIDC
ENV OIDC_ISSUER=auth

ARG OADA_VER
ENV OADA_VERSION=${OADA_VER}

0 comments on commit d583392

Please sign in to comment.