Загрузка данных


dmitriev-aal@VDI-Dmitriev-A:~/Desktop/rshbintech/it-corp/rprul/ecp/acquiring/backend/ms-acquiring-manage-b2c-limits$ kubectl --context rcsdstbl -n isys-ecp-rc exec curl-test -- \
>   curl -vk \
>   https://auth.rshbdev.ru/auth/realms/platform/protocol/openid-connect/token
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* Host auth.rshbdev.ru:443 was resolved.
* IPv6: (none)
* IPv4: 100.70.64.2
*   Trying 100.70.64.2:443...
* ALPN: curl offers h2,http/1.1
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [122 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [19 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [2308 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [264 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [52 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.3 (OUT), TLS handshake, Finished (20):
} [52 bytes data]
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519 / RSASSA-PSS
* ALPN: server accepted h2
* Server certificate:
*  subject: C=RU; ST=Moscow; L=Moscow; street=Profsoyznaya 125A; O=RSHB-Intech; OU=BIR; CN=auth.rshbdev.ru
*  start date: Aug 24 04:00:46 2026 GMT
*  expire date: Nov 22 04:01:16 2026 GMT
*  issuer: C=RU; L=Moscow; O=RSHB-Intech; OU=CKPR; CN=rshbdev.ru Intermediate Authority
*  SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
*   Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
*   Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
* Connected to auth.rshbdev.ru (100.70.64.2) port 443
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://auth.rshbdev.ru/auth/realms/platform/protocol/openid-connect/token
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: auth.rshbdev.ru]
* [HTTP/2] [1] [:path: /auth/realms/platform/protocol/openid-connect/token]
* [HTTP/2] [1] [user-agent: curl/8.12.1]
* [HTTP/2] [1] [accept: */*]
} [5 bytes data]
> GET /auth/realms/platform/protocol/openid-connect/token HTTP/2
> Host: auth.rshbdev.ru
> User-Agent: curl/8.12.1
> Accept: */*
> 
* Request completely sent off
{ [5 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [57 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [57 bytes data]
{"error":"HTTP 405 Method Not Allowed"}< HTTP/2 405 
< date: Fri, 04 Sep 2026 12:33:52 GMT
< content-type: application/json
< content-length: 39
< referrer-policy: no-referrer
< strict-transport-security: max-age=15724800; includeSubDomains
< x-content-type-options: nosniff
< x-frame-options: SAMEORIGIN
< x-xss-protection: 1; mode=block
< 
{ [39 bytes data]
100    39  100    39    0     0   1645      0 --:--:-- --:--:-- --:--:--  1695
* Connection #0 to host auth.rshbdev.ru left intact
dmitriev-aal@VDI-Dmitriev-A:~/Desktop/rshbintech/it-corp/rprul/ecp/acquiring/backend/ms-acquiring-manage-b2c-limits$ kubectl --context rcsdstbl -n isys-ecp-rc exec curl-test -- \
>   curl -v \
>   'http://ms-core-dictionaries.isys-ecp-rc/api/dictionaries/departments/public?pageSize=1000'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* Host ms-core-dictionaries.isys-ecp-rc:80 was resolved.
* IPv6: (none)
* IPv4: 100.79.6.193
*   Trying 100.79.6.193:80...
* Connected to ms-core-dictionaries.isys-ecp-rc (100.79.6.193) port 80
* using HTTP/1.x
> GET /api/dictionaries/departments/public?pageSize=1000 HTTP/1.1
> Host: ms-core-dictionaries.isys-ecp-rc
> User-Agent: curl/8.12.1
> Accept: */*
> 
* Request completely sent off
  0     0    0     0    0     0      0      0 --:--:--  0:00:10 --:--:--     0upstream connect error or disconnect/reset before headers. reset reason: connection failure< HTTP/1.1 503 Service Unavailable
< content-length: 91
< content-type: text/plain
< date: Fri, 04 Sep 2026 12:34:06 GMT
< server: envoy
< x-request-id: ff71a29f-29e7-47b1-9931-3c032fd42bb5
< 
{ [91 bytes data]
100    91  100    91    0     0      9      0  0:00:10  0:00:10 --:--:--    22
* Connection #0 to host ms-core-dictionaries.isys-ecp-rc left intact
dmitriev-aal@VDI-Dmitriev-A:~/Desktop/rshbintech/it-corp/rprul/ecp/acquiring/backend/ms-acquiring-manage-b2c-limits$