credentialias-helper 0.1.1 → 0.1.2
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 +4 -4
- data/lib/credentialias/helper/config.rb +1 -3
- data/lib/credentialias/helper/version.rb +1 -1
- metadata +2 -3
- data/hap.cfg +0 -30
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f3fe52046780a613f3c3d0a2672b2a491aa5f36f
|
|
4
|
+
data.tar.gz: cffbb3558616ddab38c8e62858daa0ef6864f4a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
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.
|
|
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-
|
|
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
|