2021-02-05 17:01:39 -08:00
|
|
|
# Copyright 2020-2021 the Pinniped contributors. All Rights Reserved.
|
2020-08-24 18:07:34 -07:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-07-08 11:10:53 -07:00
|
|
|
# The name of the cluster type.
|
|
|
|
kubernetesDistribution: TKGS
|
|
|
|
|
2020-08-24 18:07:34 -07:00
|
|
|
# Describe the capabilities of the cluster against which the integration tests will run.
|
|
|
|
capabilities:
|
|
|
|
|
|
|
|
# Is it possible to borrow the cluster's signing key from the kube API server?
|
|
|
|
clusterSigningKeyIsAvailable: true
|
2021-02-05 17:01:39 -08:00
|
|
|
|
|
|
|
# Will the cluster successfully provision a load balancer if requested?
|
|
|
|
hasExternalLoadBalancerProvider: true
|
2021-03-16 14:35:07 -05:00
|
|
|
|
2021-03-16 13:54:29 -05:00
|
|
|
# Does the cluster allow requests without authentication?
|
|
|
|
# https://kubernetes.io/docs/reference/access-authn-authz/authentication/#anonymous-requests
|
|
|
|
anonymousAuthenticationSupported: true
|
2021-05-28 16:12:57 -07:00
|
|
|
|
|
|
|
# Are LDAP ports on the Internet reachable without interference from network firewalls or proxies?
|
2021-07-08 11:10:53 -07:00
|
|
|
canReachInternetLDAPPorts: true
|