Skip to content

Commit

Permalink
Merge branch 'main' into poc-entra-auth-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey authored Jan 23, 2025
2 parents 8a2a0b5 + 69b355e commit 49cea0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions deploy/development/ingress.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ metadata:
nginx.ingress.kubernetes.io/modsecurity-snippet: |
${MODSEC_CONFIG}
nginx.ingress.kubernetes.io/proxy-body-size: "250m"
nginx.ingress.kubernetes.io/auth-type: basic
nginx.ingress.kubernetes.io/auth-secret: basic-auth-secret
nginx.ingress.kubernetes.io/auth-realm: 'Development Access | Authentication Required'
nginx.ingress.kubernetes.io/server-snippet: |
if ($host = 'dev-intranet.apps.live.cloud-platform.service.justice.gov.uk') {
return 301 https://dev.intranet.justice.gov.uk;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,12 @@
}
?>

<li class="c-intranet-switcher__switch c-intranet-switcher__switch--ima">
<a href="https://myima.ima-citizensrights.org.uk">Independent Monitoring Authority</a>
</li>

<li class="c-intranet-switcher__switch c-intranet-switcher__switch--yjbrh">
<a href="https://yjresourcehub.uk/">Youth Justice Board Resource Hub</a>
<a href="https://yjresourcehub.uk/">Youth Justice Board</a>
</li>

</ul>
Expand Down

0 comments on commit 49cea0c

Please sign in to comment.