fix: [settings] invalid setting name fixed
parent
5734d74a17
commit
8a6f0ed751
|
@ -134,7 +134,8 @@ class AuthKeycloakBehavior extends Behavior
|
||||||
'headers' => [
|
'headers' => [
|
||||||
'Content-Type' => 'application/json',
|
'Content-Type' => 'application/json',
|
||||||
'Authorization' => 'Bearer ' . $token
|
'Authorization' => 'Bearer ' . $token
|
||||||
]
|
],
|
||||||
|
'ssl_verify_peer' => false
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
$logChange = [
|
$logChange = [
|
||||||
|
|
Loading…
Reference in New Issue