smart_proxy_shellhooks 0.9.1 → 0.9.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
  SHA256:
3
- metadata.gz: 8fb140ee88a525e810ef2e989aaf54bed73747cdf3d4da434f23d3f82b5a9571
4
- data.tar.gz: 489d0ee9b913e06470ad6c0e05d148fa9321ed27be115608756cca81f08d6678
3
+ metadata.gz: 7b2c88465e5cf570a7ac3caef625e845080138ac6ec5620a8022cd8f4313e054
4
+ data.tar.gz: 266f82a068b1036ca4bb2ceaf1c5224069992b0c0a98af78ae632a76b4774e5c
5
5
  SHA512:
6
- metadata.gz: f6c37f82b64fece7c8f576bdc17a16bdec36b08c28327abb7c42cff40c158d834acf6f97a5b800f8c7ac22f15ff3a33abbced4a3132652aa163d73e8b74f1dab
7
- data.tar.gz: 7eb778176299851eaad9b27d06131317390c3107e4395e092a4cd3d87d482bd9d20f351af0992413316d4537d58806bc96038ed7bb910317eff9c93e4dac9b9d
6
+ metadata.gz: 9db0fdd198401f0251d49b084f31c389e410fe21b2eccc4a8c16a106358c14993b66437b241836e7e5f08f7e1b8ab1a69b7635136f7906b336e08cd50d77054e
7
+ data.tar.gz: 635a2716f4d2ec5c5eaa21989a1560c61704b8d9a45f1362438adb3aca030fcb54c3e5dea82aa585a1f8f12148ec6f7e0f71e90db2554549abebfa44be3812a1
@@ -8,6 +8,9 @@ module Proxy::ShellHooks
8
8
  include ::Proxy::Log
9
9
  helpers ::Proxy::Helpers
10
10
 
11
+ authorize_with_ssl_client
12
+ authorize_with_trusted_hosts
13
+
11
14
  get '/' do
12
15
  executable = []
13
16
  other = []
@@ -1,5 +1,5 @@
1
1
  module Proxy
2
2
  module ShellHooks
3
- VERSION = '0.9.1'
3
+ VERSION = '0.9.2'
4
4
  end
5
5
  end
@@ -1,6 +1,6 @@
1
1
  ---
2
- # always enable HTTPS only
3
- #:enabled: https
2
+ # Use https for production deployments. http and true only make sense in development
4
3
  :enabled: false
5
- # directory with executables
4
+
5
+ # Directory with executables.
6
6
  :directory: /var/lib/foreman-proxy/shellhooks
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_shellhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Zapletal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-05 00:00:00.000000000 Z
11
+ date: 2021-03-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides easy integration with 3rd parties for Foreman
14
14
  email: lzap+spam@redhat.com
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  requirements: []
53
- rubygems_version: 3.1.2
53
+ rubygems_version: 3.1.4
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: Run shell scripts via Foreman webhooks