github.com/verrazzano/verrazzano@v1.7.0/authproxy/README.md (about)

     1  [![Go Report Card](https://goreportcard.com/badge/github.com/verrazzano/verrazzano)](https://goreportcard.com/report/github.com/verrazzano/verrazzano)
     2  
     3  # Verrazzano Authproxy
     4  
     5  ## Prerequisites
     6  * `go` version v1.19.3
     7  * Docker
     8  * `kubectl`
     9  
    10  * To build the authproxy:
    11      ```
    12      make go-install
    13      ```
    14  
    15  ## Test the Verrazzano authproxy
    16  
    17  You need a Kubernetes cluster to run against.
    18  
    19  * Run the authproxy. This will run in the foreground, so switch to a new terminal if you want to leave it running.
    20      ```
    21      make run
    22      ```
    23  
    24  ## Build and push Docker images
    25  
    26  * To build the Docker image:
    27      ```
    28      make docker-build
    29      ```
    30  
    31  * To push the Docker image:
    32      ```
    33      make docker-push
    34      ```