credentialias-helper 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9adaf1d0cf519e5184b988262e28f7ebae266fdc
4
- data.tar.gz: d93d3a036487b6f95033c50453f985c23c947bc3
3
+ metadata.gz: f3fe52046780a613f3c3d0a2672b2a491aa5f36f
4
+ data.tar.gz: cffbb3558616ddab38c8e62858daa0ef6864f4a0
5
5
  SHA512:
6
- metadata.gz: eee55f80fd1ce68f19a80449af44e4fb76f47f36405e8293e20c191a9dbaa7faff0141d94ca730f5e93380508c25a85fc3d0b04bad25f57c8e12cd7937b3780f
7
- data.tar.gz: 9f7f208f965e5eb08b72c3c06807c3315cbbaa6f856c21a040656583c546aaf38abe3c7ed8238ad864107c8094d0717bd8a40e8c1bb4dd404d8b9087f83010b1
6
+ metadata.gz: 33c4f669f3535bff081e5a8d36e1a5dbe5810c88f78b25d1ee10e2cee7ccf399da7f19a1433f516484b9d665ce7e5a9871e80e4aef08bd32d8188d578fc5f23e
7
+ data.tar.gz: c735a68bba44ff4f2e4ebeafc41bb849513341fa62705df180302a9f3d160f1336940d9c9f859c12be85d57353d765d65ed453c9e4242666d394720d2e488931
@@ -7,9 +7,7 @@ module Credentialias
7
7
  ENDPOINT = "credentialias"
8
8
  class << self
9
9
  def configure
10
- table = Boutons::Config.services.instance_variable_get "@table"
11
- table[Credentialias::Helper::Config::ENDPOINT.to_sym] = ["zookeeper+http:///nerve/credentialias/api#/health"]
12
- Boutons::Config.services.instance_variable_set "@table", table
10
+ Boutons.provide :credentialias, "zookeeper+http:///nerve/credentialias/api#/health"
13
11
  end
14
12
  end
15
13
  end
@@ -1,5 +1,5 @@
1
1
  module Credentialias
2
2
  module Helper
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: credentialias-helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathias Kaufmann
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-04-28 00:00:00.000000000 Z
11
+ date: 2015-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: boutons
@@ -111,7 +111,6 @@ files:
111
111
  - bin/console
112
112
  - bin/setup
113
113
  - credentialias-helper.gemspec
114
- - hap.cfg
115
114
  - lib/credentialias/helper.rb
116
115
  - lib/credentialias/helper/agent.rb
117
116
  - lib/credentialias/helper/api.rb
data/hap.cfg DELETED
@@ -1,30 +0,0 @@
1
- # auto-generated by synapse at 2015-04-27 23:49:12 +0200
2
-
3
- global
4
- daemon
5
- log 127.0.0.1:11514 local0
6
- maxconn 4096
7
- stats socket /tmp/5b7fbe.sock mode 600 level admin
8
- defaults
9
- option dontlognull
10
- option redispatch
11
- option tcpka
12
- log global
13
- maxconn 2048
14
- retries 3
15
- balance roundrobin
16
- timeout connect 50000
17
- timeout client 72000000
18
- timeout server 72000000
19
- timeout queue 60000
20
- timeout check 10000
21
-
22
- frontend api
23
- mode http
24
- bind localhost:8788
25
- default_backend api
26
-
27
- backend api
28
- mode http
29
- option httpchk GET /health
30
- server localhost:3000_credentialias localhost:3000 cookie localhost:3000_credentialias check inter 2000 rise 2 fall 3