123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- [jwt.signing]
- key = ""
- expires_after_seconds = 10
- [access]
- ui = false
- [jwt.signing.read]
- key = ""
- expires_after_seconds = 10
- [jwt.filer_signing]
- key = ""
- expires_after_seconds = 10
- [jwt.filer_signing.read]
- key = ""
- expires_after_seconds = 10
- [grpc]
- ca = ""
- allowed_wildcard_domain = ""
- [grpc.volume]
- cert = ""
- key = ""
- allowed_commonNames = ""
- [grpc.master]
- cert = ""
- key = ""
- allowed_commonNames = ""
- [grpc.filer]
- cert = ""
- key = ""
- allowed_commonNames = ""
- [grpc.s3]
- cert = ""
- key = ""
- allowed_commonNames = ""
- [grpc.msg_broker]
- cert = ""
- key = ""
- allowed_commonNames = ""
- [grpc.client]
- cert = ""
- key = ""
- [https.client]
- enabled = true
- [https.volume]
- cert = ""
- key = ""
- ca = ""
- [https.master]
- cert = ""
- key = ""
- ca = ""
|