kubernetes/pkg/util
Eric Paris cde68d294b Do not create subject alt dns names for kubelet self signed certs
PR #10643 Started adding the dns names for the kubernetes master to self
sign certs which were created. The kubelet uses this same code, and thus
the kubelet cert started saying it was valid for these name as well.
While hardless, the kubelet cert shouldn't claim to be these things. So
make the caller explicitly list both their ip and dns subject alt names.
2015-07-04 23:01:01 -04:00
..
config Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
errors Merge pull request #7885 from hurf/master 2015-05-07 10:06:26 +02:00
exec Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
fielderrors Don't repeat field name in errors 2015-06-30 11:58:21 -07:00
flushwriter Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
httpstream Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
iptables Export GetIptablesVersion utility in util/iptables 2015-06-12 17:13:40 -04:00
mount Fixed formatting of error message 2015-06-19 11:21:57 -04:00
node Use Node IP Address instead of Node.Name in minion.ResourceLocation. 2015-06-08 16:58:00 -07:00
operationmanager Work around for PDs stop mounting after a few hours issue 2015-06-30 13:31:03 -07:00
proxy Fix proxy rewriting 2015-06-24 13:54:14 -07:00
slice Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
strategicpatch Fixed pointers bug in PATCH verb in the API 2015-06-16 13:31:49 -07:00
wait e2e test for addon update 2015-06-15 17:37:24 +02:00
workqueue Add old endpoint cleanup function 2015-05-06 13:03:18 -07:00
yaml Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
atomic_value_test.go Fix logging; extend queue length to 100 2015-06-30 10:27:24 -07:00
atomic_value.go Fix logging; extend queue length to 100 2015-06-30 10:27:24 -07:00
bool_flag.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
cache_test.go Add cache with multiple shards to decrease lock contention 2015-05-11 15:07:50 +02:00
cache.go Add cache with multiple shards to decrease lock contention 2015-05-11 15:07:50 +02:00
clock.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
configuration_map.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
crypto.go Do not create subject alt dns names for kubelet self signed certs 2015-07-04 23:01:01 -04:00
diff.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
escape.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
fake_handler_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
fake_handler.go ServiceAccounts controller 2015-05-11 17:18:05 -04:00
flags.go Warn for every _ flag user or cmd defined 2015-05-27 11:23:52 +02:00
hash_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
hash.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
http.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
list_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
list.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
logs.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
net_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
net.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
pflag_import.go Warn for every _ flag user or cmd defined 2015-05-27 11:23:52 +02:00
port_range_test.go Add util.PortRange, so that a port range can be a flag. Format: lo-hi 2015-05-16 15:52:57 -04:00
port_range.go Add util.PortRange, so that a port range can be a flag. Format: lo-hi 2015-05-16 15:52:57 -04:00
port_split_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
port_split.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
resource_container_linux.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
resource_container_unsupported.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
runner_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
runner.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
set_test.go Merge pull request #7509 from deads2k/deads-has-any 2015-05-04 16:21:33 -04:00
set.go Make util.empty public for conversions 2015-07-01 16:12:15 -04:00
ssh_test.go Don't assume we always SSH as the current user 2015-06-20 18:18:38 -04:00
ssh.go Mark realSSHDialer as implementing sshDialer 2015-06-20 18:18:38 -04:00
string_flag.go Replace the auth config file with a kubeconfig file when 2015-05-13 01:03:28 -07:00
template_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
template.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
throttle_test.go Switch token bucket rate limiter to github.com/juju/ratelimit 2015-06-30 10:34:41 -04:00
throttle.go Switch token bucket rate limiter to github.com/juju/ratelimit 2015-06-30 10:34:41 -04:00
time_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
time.go Sort overlapping rcs 2015-06-29 15:30:19 -07:00
trace.go Add very simple tracing mechanism for easier debugging of slow requests. 2015-05-26 16:17:18 +02:00
util_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
util.go add iptables rule for MASQUERADE for egress 2015-06-24 17:19:57 -07:00
uuid.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
validation_test.go To add validation for service ports when defined as string (fixing issue #9734) 2015-06-22 17:21:51 +02:00
validation.go To add validation for service ports when defined as string (fixing issue #9734) 2015-06-22 17:21:51 +02:00