@@ -136,7 +136,7 @@ $easyauthIngressYaml = @"
136
136
apiVersion: networking.k8s.io/v1
137
137
kind: Ingress
138
138
metadata:
139
- name: easyauth-ingress-default
139
+ name: easyauth-ingress-router
140
140
annotations:
141
141
nginx.ingress.kubernetes.io/auth-url: "https://`$ host/easyauth/auth"
142
142
nginx.ingress.kubernetes.io/auth-signin: "https://`$ host/easyauth/login"
@@ -187,30 +187,17 @@ EasyAuth for AKS has been configured successfully.
187
187
The application is now available at:${homePage}
188
188
189
189
Configuration AD details:
190
+ - App Host Name: $appHostName
190
191
- Azure AD Application: $adAppName
191
- - Azure AD Application ID: $appId
192
+ - Azure AD Application ID / Client ID : $appId
192
193
- Azure AD Tenant ID: $azureTenantId
193
194
- Client Secret: $clientSecret
194
195
195
196
Configuration AKS details:
196
- - Ingress Host: $ingressHost
197
- - App Host Name: $appHostName
198
197
- AKS Cluster: $clusterName
199
198
- Ingress IP: $ingressIP
200
199
- Public IP Name: $ipName
201
200
- Public AKS Resource Group: $nodeRG
202
- - TLS Secret Name: $tlsSecretName
203
201
"@
204
202
205
- Write-Host $easyAuthConfig
206
-
207
- Start-Process " ${homePage} "
208
-
209
-
210
- # Add annotation to ALL ingress
211
- # kubectl annotate ingress azure-open-ai/cm-acme-http-solver-s9fkg
212
- # with class webapprouting.kubernetes.azure.com
213
- # spec-->ingressClassName: webapprouting.kubernetes.azure.com
214
- # --> investigate http applicaton routing
215
- # --> ingresses do not map to the host (are not exposed)
216
-
203
+ Write-Host $easyAuthConfig
0 commit comments