bcgov / DITP-DevOps

Digital Identity and Trust Program Team's DevOps Documentation Repository
Apache License 2.0
2 stars 5 forks source link

Protect creating Traction reservations using IDIR in dev/test/prod #112

Closed esune closed 10 months ago

esune commented 12 months ago

To limit the number of requests, and WHO can request a tenant in our dev/test/prod instances, we should enable IDIR authentication to gate access to creating a new reservation.

esune commented 10 months ago

This needs incorporating into test and prod. See this for reference.

loneil commented 10 months ago

Note to flag the Tenant UI to enforce OIDC login on reservation use this flag, set to true

  ## @param ui.oidc.showOIDCReservationLogin OIDC reservation login
  showOIDCReservationLogin: false
esune commented 10 months ago

Will be completed with #133