api_six_client 1.6.2 → 1.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/api_six_client/base_int.rb +10 -10
- data/lib/api_six_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0433104c046bfb5966d94eb03e539f33e5fe79b3fe8b31bd2e9e1a12a1198ebb
|
4
|
+
data.tar.gz: f9719d65b1ce93755057d2cf8aa7c540872062a0c5f1323e582c8eede55b9783
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eec40e284ecdf4731efacb76d230c56507f8bca0d886fb2d28dedf676934e935d0014807ab815094412d7da4b5ba29ff1022fe54efa32196943cdfd7d23cda36
|
7
|
+
data.tar.gz: 5e1da66c0e3c6cfbc2a62f5842f4cde1d302dcbdd6ea85ea4d77a4f81ca76556fb19462704a789bf9bc8073da16f82e2410a396177effe4106e439a81ecd48bd
|
data/Gemfile.lock
CHANGED
@@ -3,18 +3,18 @@
|
|
3
3
|
module ApiSixClient
|
4
4
|
class BaseInt < Base
|
5
5
|
DEFAULT_INTRANET_MAPPING = ->(service_name) {
|
6
|
-
{ k8s_service: "http://#{service_name.gsub('_int', '-api')}", api_int_path: 'api_int'}
|
6
|
+
{ k8s_service: "http://#{service_name.gsub('_int', '-api')}.micro-services", api_int_path: 'api_int'}
|
7
7
|
}
|
8
8
|
INTRANET_MAPPING = {
|
9
|
-
'olc_int' => { k8s_service: 'http://core-web:3000', api_int_path: 'api_hidden' },
|
10
|
-
'cad_int' => { k8s_service: 'http://core-web:3000', api_int_path: 'api_int' },
|
11
|
-
'cuna_int' => { k8s_service: 'http://cuna-api:3000', api_int_path: 'api_int' },
|
12
|
-
'val' => { k8s_service: 'http://val:8000', api_int_path: 'api' },
|
13
|
-
'coma_int' => { k8s_service: 'http://coma-api:3000', api_int_path: 'api_int' },
|
14
|
-
'lega_int' => { k8s_service: 'http://lega-api:3000', api_int_path: 'api_int' },
|
15
|
-
'brg_int' => { k8s_service: 'http://brg-api:3000', api_int_path: 'api_int' },
|
16
|
-
'prj_int' => { k8s_service: 'http://prj-api:5000', api_int_path: 'api_int' },
|
17
|
-
'owna_int' => { k8s_service: 'http://owna-api:3000', api_int_path: 'api_int' },
|
9
|
+
'olc_int' => { k8s_service: 'http://core-web.micro-services:3000', api_int_path: 'api_hidden' },
|
10
|
+
'cad_int' => { k8s_service: 'http://core-web.micro-services:3000', api_int_path: 'api_int' },
|
11
|
+
'cuna_int' => { k8s_service: 'http://cuna-api.micro-services:3000', api_int_path: 'api_int' },
|
12
|
+
'val' => { k8s_service: 'http://val.micro-services:8000', api_int_path: 'api' },
|
13
|
+
'coma_int' => { k8s_service: 'http://coma-api.micro-services:3000', api_int_path: 'api_int' },
|
14
|
+
'lega_int' => { k8s_service: 'http://lega-api.micro-services:3000', api_int_path: 'api_int' },
|
15
|
+
'brg_int' => { k8s_service: 'http://brg-api.micro-services:3000', api_int_path: 'api_int' },
|
16
|
+
'prj_int' => { k8s_service: 'http://prj-api.micro-services:5000', api_int_path: 'api_int' },
|
17
|
+
'owna_int' => { k8s_service: 'http://owna-api.micro-services:3000', api_int_path: 'api_int' },
|
18
18
|
}.freeze
|
19
19
|
|
20
20
|
def endpoint
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: api_six_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eugene Dobrorodnov
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|