FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

verify incoming id token for API backends

Merged Dr Rich Wareham requested to merge issue-4-validate-gateway-token into main
+ 3
2
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
include:
include:
- project: 'uis/devops/continuous-delivery/ci-templates'
- project: 'uis/devops/continuous-delivery/ci-templates'
file: '/auto-devops/common-pipeline.yml'
file: '/auto-devops/common-pipeline.yml'
ref: v3.0.0
ref: v3.6.0
variables:
variables:
# we don't have an application for DAST to run against, so disable it
# we don't have an application for DAST to run against, so disable it
@@ -19,4 +19,5 @@ python:tox:
@@ -19,4 +19,5 @@ python:tox:
variables:
variables:
TOX_ENV: py3-$DJANGO_VERSION
TOX_ENV: py3-$DJANGO_VERSION
TOX_OPTS: -e $TOX_ENV
TOX_OPTS: -e $TOX_ENV
TOX_ADDITIONAL_REQUIREMENTS: poetry
TOX_REQUIREMENT: tox==4.11.4
 
TOX_ADDITIONAL_REQUIREMENTS: poetry==1.7.1
Loading