mirror of
https://github.com/minio/minio.git
synced 2025-01-12 15:33:22 -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.
|
* MinIO Object Storage (c) 2021 MinIO, Inc.
|
||||||
*
|
*
|
||||||
@ -14,8 +16,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// +build !fips
|
|
||||||
|
|
||||||
package openid
|
package openid
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// +build !fips
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* MinIO Object Storage (c) 2021 MinIO, Inc.
|
* MinIO Object Storage (c) 2021 MinIO, Inc.
|
||||||
*
|
*
|
||||||
@ -14,8 +16,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// +build !fips
|
|
||||||
|
|
||||||
package openid
|
package openid
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -2,6 +2,6 @@ port: 14225
|
|||||||
net: localhost
|
net: localhost
|
||||||
|
|
||||||
tls {
|
tls {
|
||||||
cert_file: "./testdata/certs/nats_server_cert.pem"
|
cert_file: "./testdata/contrib/certs/nats_server_cert.pem"
|
||||||
key_file: "./testdata/certs/nats_server_key.pem"
|
key_file: "./testdata/contrib/certs/nats_server_key.pem"
|
||||||
}
|
}
|
||||||
|
@ -2,9 +2,9 @@ port: 14226
|
|||||||
net: localhost
|
net: localhost
|
||||||
|
|
||||||
tls {
|
tls {
|
||||||
cert_file: "./testdata/certs/nats_server_cert.pem"
|
cert_file: "./testdata/contrib/certs/nats_server_cert.pem"
|
||||||
key_file: "./testdata/certs/nats_server_key.pem"
|
key_file: "./testdata/contrib/certs/nats_server_key.pem"
|
||||||
ca_file: "./testdata/certs/root_ca_cert.pem"
|
ca_file: "./testdata/contrib/certs/root_ca_cert.pem"
|
||||||
verify_and_map: true
|
verify_and_map: true
|
||||||
}
|
}
|
||||||
authorization {
|
authorization {
|
||||||
|
Loading…
Reference in New Issue
Block a user