bd-spl
bd-spl
When deploying w/o NAT gateway, what is the expected pattern for giving a list of required VPC endpoints, with EKS cluster security group ID(s) and policies (aws_iam_policy_document) maybe? To my...
freeipa.go code uses low level http.transport which doesn't follow redirects https://github.com/guilhem/freeipa-issuer/blob/master/provisionners/freeipa.go#L32 https://github.com/golang/go/blob/master/src/net/http/transport.go#L71 So when it tries to connect IPA server via unencrypted HTTP and by chance gets redirested to https://ipa.beer.best/ipa/session/login_password...