minio/pkg/event/target
Andreas Auernhammer 224daee391
fix nats TLS unit tests (#10476)
This commit fixes the nats TLS tests by generating new certificates
(root CA, server and client) - each valid for 10y. The new certificates
don't have a common name (deprecated by X.509) but SANs instead.

Since Go 1.15 the Go `crypto/x509` package rejects certificates that
only have a common name and no SAN. See: https://golang.org/doc/go1.15#commonname
2020-09-14 13:19:46 -07:00
..
testdata fix nats TLS unit tests (#10476) 2020-09-14 13:19:46 -07:00
amqp.go fix: only show active/available ARNs in server startup banner (#9392) 2020-04-21 09:38:32 -07:00
common.go fix: re-use connections in webhook/elasticsearch (#9461) 2020-04-28 13:57:56 -07:00
elasticsearch.go Support https and basic-auth for elasticsearch notification target (#10332) 2020-08-23 09:43:48 -07:00
kafka.go fix: only show active/available ARNs in server startup banner (#9392) 2020-04-21 09:38:32 -07:00
kafka_scram_client.go added support for SASL/SCRAM on Kafka bucket notifications. (#9168) 2020-03-20 11:10:27 -07:00
mqtt.go fix: only show active/available ARNs in server startup banner (#9392) 2020-04-21 09:38:32 -07:00
mysql.go Update go-sql-driver pkg to support checkConnLiveness (#9766) 2020-06-04 16:11:42 -07:00
mysql_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
nats.go fix: only show active/available ARNs in server startup banner (#9392) 2020-04-21 09:38:32 -07:00
nats_test.go Add nancy vulnerability scanner (#10289) 2020-08-19 14:25:21 -07:00
nats_tls_test.go fix nats TLS unit tests (#10476) 2020-09-14 13:19:46 -07:00
nsq.go fix: a type in NSQ notification target environment key (#10118) 2020-07-23 12:19:36 -07:00
nsq_test.go enable full linter across the codebase (#9620) 2020-05-18 09:59:45 -07:00
postgresql.go fix: connection_string should override other params (#10180) 2020-08-03 09:16:00 -07:00
postgresql_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
queuestore.go notification queue limit has no maxLimit (#9380) 2020-04-18 01:20:56 -07:00
queuestore_test.go Fix queueStore stops working with concurrent PUT/DELETE requests (#8381) 2019-10-11 17:46:03 -07:00
redis.go Implement CLIENT SETNAME for Redis connections (#9876) 2020-06-19 13:28:28 -07:00
store.go fix: throttling of events during their replay (#9188) 2020-03-23 12:34:39 -07:00
webhook.go Remove MaxConnsPerHost settings to avoid potential hangs (#10438) 2020-09-08 14:22:04 -07:00