github.com/verrazzano/verrazzano@v1.7.1/platform-operator/helm_config/charts/verrazzano-authproxy/values.yaml (about)

     1  # Copyright (c) 2022, 2023, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  
     4  name: verrazzano-authproxy
     5  namespace: verrazzano-system
     6  
     7  global:
     8    imagePullSecrets: []
     9  
    10  replicas:
    11  # NOTE: The AuthProxy deployment runs the nginx-ingress-controller image.  The nginx-ingress-controller image
    12  # is obtained from the bill of materials file (verrazzano-bom.json).
    13  pullPolicy: IfNotPresent
    14  port: 8775
    15  grpcPort: 8776
    16  impersonatorRoleName: impersonate-api-user
    17  managedClusterRegistered: false
    18  proxy:
    19    OidcRealm: verrazzano-system
    20    PKCEClientID: verrazzano-pkce
    21    PGClientID: verrazzano-pg
    22    RequiredRealmRole: vz_api_access
    23    OidcCallbackPath: /_authentication_callback
    24    OidcLogoutCallbackPath: /_logout
    25    OidcSingleLogoutCallbackPath: /_single_logout
    26    OidcProviderHost:
    27    OidcProviderHostInCluster:
    28    AuthnStateTTL: "300"
    29    MaxRequestSize: 65m
    30    ProxyBufferSize: 8k
    31  
    32  affinity:
    33  
    34  config:
    35    envName:
    36    dnsSuffix:
    37    ingressClassName:
    38  
    39  dns:
    40    wildcard:
    41      domain:
    42  
    43  v2:
    44    enabled: false
    45    image:
    46    port: 8777
    47  
    48    # The in-cluster service URL to access the OIDC provider (configured at install time)
    49    # oidcServiceURL:
    50    # The URL to access the OIDC provider from outside of the cluster (configured at install time)
    51    # oidcExternalURL:
    52    oidcClientID: verrazzano-pkce
    53    oidcConfigSecret: verrazzano-authproxy-oidc-config