File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ config:
130130 type : jwt
131131 challenge : false
132132 config :
133- signing_key : " VGhpcyBpcyB0aGUgand0IHNpZ25pbmcga2V5IGZvciBhbiBvbiBiZWhhbGYgb2YgdG9rZW4gYXV0aGVudGljYXRpb24gYmFja2VuZCBmb3IgdGVzdGluZyBvZiBleHRlbnNpb25z "
133+ signing_key : " base64 encoded HMAC key or public RSA/ECDSA pem key "
134134 jwt_header : " Authorization"
135135 jwt_url_parameter : null
136136 jwt_clock_skew_tolerance_seconds : 30
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ opendistro_security:
121121 type : jwt
122122 challenge : false
123123 config :
124- signing_key : " VGhpcyBpcyB0aGUgand0IHNpZ25pbmcga2V5IGZvciBhbiBvbiBiZWhhbGYgb2YgdG9rZW4gYXV0aGVudGljYXRpb24gYmFja2VuZCBmb3IgdGVzdGluZyBvZiBleHRlbnNpb25z "
124+ signing_key : " base64 encoded HMAC key or public RSA/ECDSA pem key "
125125 jwt_header : " Authorization"
126126 jwt_url_parameter : null
127127 roles_key : null
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ opendistro_security:
120120 type : jwt
121121 challenge : false
122122 config :
123- signing_key : " VGhpcyBpcyB0aGUgand0IHNpZ25pbmcga2V5IGZvciBhbiBvbiBiZWhhbGYgb2YgdG9rZW4gYXV0aGVudGljYXRpb24gYmFja2VuZCBmb3IgdGVzdGluZyBvZiBleHRlbnNpb25z "
123+ signing_key : " base64 encoded HMAC key or public RSA/ECDSA pem key "
124124 jwt_header : " Authorization"
125125 jwt_url_parameter : null
126126 roles_key : null
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ opendistro_security:
111111 type : jwt
112112 challenge : false
113113 config :
114- signing_key : " VGhpcyBpcyB0aGUgand0IHNpZ25pbmcga2V5IGZvciBhbiBvbiBiZWhhbGYgb2YgdG9rZW4gYXV0aGVudGljYXRpb24gYmFja2VuZCBmb3IgdGVzdGluZyBvZiBleHRlbnNpb25z "
114+ signing_key : " base64 encoded HMAC key or public RSA/ECDSA pem key "
115115 jwt_header : " Authorization"
116116 jwt_url_parameter : null
117117 roles_key : null
Original file line number Diff line number Diff line change 2828 "challenge" : false ,
2929 "type" : " jwt" ,
3030 "config" : {
31- "signing_key" : " VGhpcyBpcyB0aGUgand0IHNpZ25pbmcga2V5IGZvciBhbiBvbiBiZWhhbGYgb2YgdG9rZW4gYXV0aGVudGljYXRpb24gYmFja2VuZCBmb3IgdGVzdGluZyBvZiBleHRlbnNpb25z " ,
31+ "signing_key" : " base64 encoded HMAC key or public RSA/ECDSA pem key " ,
3232 "jwt_header" : " Authorization"
3333 }
3434 },
You can’t perform that action at this time.
0 commit comments