Skip to content

How to test 2166 from scratch

Cesar Celis Hernandez edited this page Jun 18, 2024 · 7 revisions

Steps:

  1. Setup demo environment with k8s & idp working together:
  1. then add operator with code changes:
make
kindLoadDockerImage docker.io/minio/operator:v5.0.15-35-g6a8760d3
  • Update console deployment with image above
  1. test different scenarios where access might be restricted
Screenshot 2024-06-18 at 4 34 34 PM
  • You can alternate between full access and restricted access from within Auth0:
Screenshot 2024-06-18 at 4 36 01 PM
Clone this wiki locally