api_six_client 1.6.2 → 1.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2587c06159f66cc73e64d92492ce4fdd553f69d03ccf2a09876f0e4a34d8fb0f
4
- data.tar.gz: 58a088dfdde259905492c8ad620ecde2e13df5e45ea44275f0b3d132090ccb83
3
+ metadata.gz: 0433104c046bfb5966d94eb03e539f33e5fe79b3fe8b31bd2e9e1a12a1198ebb
4
+ data.tar.gz: f9719d65b1ce93755057d2cf8aa7c540872062a0c5f1323e582c8eede55b9783
5
5
  SHA512:
6
- metadata.gz: c844b3fa9747238053a990cd99eccd0cf70eea7f7b160e2e9427a63850a25cd4b30f048ebcefd533043a89ab2f2805abd9f11c66757cc6735ca7d6e04c183f21
7
- data.tar.gz: 309720508fc2fc8d8948c39aa6fd3efd6cb7abab1d024f1f686a02ded7ab2b56ed6ce846d05f5518edac5658b08a886a3616812af02a5ebcb3f45f62e9a26e8a
6
+ metadata.gz: eec40e284ecdf4731efacb76d230c56507f8bca0d886fb2d28dedf676934e935d0014807ab815094412d7da4b5ba29ff1022fe54efa32196943cdfd7d23cda36
7
+ data.tar.gz: 5e1da66c0e3c6cfbc2a62f5842f4cde1d302dcbdd6ea85ea4d77a4f81ca76556fb19462704a789bf9bc8073da16f82e2410a396177effe4106e439a81ecd48bd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.6.2)
4
+ api_six_client (1.6.3)
5
5
  faraday (~> 2)
6
6
 
7
7
  GEM
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiSixClient
4
- VERSION = "1.6.2"
4
+ VERSION = "1.6.3"
5
5
  end
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.2
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-04-30 00:00:00.000000000 Z
11
+ date: 2024-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday