Chris Snook

Results 2 issues of Chris Snook

x.509 allows for multiple OU fields, so that certificate ownership can be clearly identified even in very large organizations. It's common to see something like this in the Subject Name:...

enhancement
build

The prometheus sizer renders the prometheus url with this string interpolation: `url = 'http://{}:{}{}'.format(hostname, port, path)` Unfortunately, in the case where hostname is an ipv6 address, this causes the port...