mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
fix: nats testdata relocation fix
This commit is contained in:
parent
f7a87b30bf
commit
3524c00090
@ -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 (
|
||||
|
@ -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 (
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user