fix: nats testdata relocation fix

This commit is contained in:
Harshavardhana 2021-04-30 17:20:56 -07:00
parent f7a87b30bf
commit 3524c00090
4 changed files with 9 additions and 9 deletions

View File

@ -1,3 +1,5 @@
// +build !fips
/*
* MinIO Object Storage (c) 2021 MinIO, Inc.
*
@ -14,8 +16,6 @@
* limitations under the License.
*/
// +build !fips
package openid
import (

View File

@ -1,3 +1,5 @@
// +build !fips
/*
* MinIO Object Storage (c) 2021 MinIO, Inc.
*
@ -14,8 +16,6 @@
* limitations under the License.
*/
// +build !fips
package openid
import (

View File

@ -2,6 +2,6 @@ port: 14225
net: localhost
tls {
cert_file: "./testdata/certs/nats_server_cert.pem"
key_file: "./testdata/certs/nats_server_key.pem"
cert_file: "./testdata/contrib/certs/nats_server_cert.pem"
key_file: "./testdata/contrib/certs/nats_server_key.pem"
}

View File

@ -2,9 +2,9 @@ port: 14226
net: localhost
tls {
cert_file: "./testdata/certs/nats_server_cert.pem"
key_file: "./testdata/certs/nats_server_key.pem"
ca_file: "./testdata/certs/root_ca_cert.pem"
cert_file: "./testdata/contrib/certs/nats_server_cert.pem"
key_file: "./testdata/contrib/certs/nats_server_key.pem"
ca_file: "./testdata/contrib/certs/root_ca_cert.pem"
verify_and_map: true
}
authorization {