mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-06 22:06:03 +02:00
14 lines
264 B
YAML
14 lines
264 B
YAML
apiVersion: networking.istio.io/v1alpha3
|
|
kind: ServiceEntry
|
|
metadata:
|
|
name: external-idp
|
|
namespace: pomerium
|
|
spec:
|
|
hosts:
|
|
- yourcompany.okta.com
|
|
location: MESH_EXTERNAL
|
|
ports:
|
|
- number: 443
|
|
name: https
|
|
protocol: TLS
|
|
resolution: DNS
|