foreman_supervisory_authority 0.0.1 → 0.0.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 133413d711c2644305474070c1d7907f650594a60ecc7865ceb19f15f1e880b8
|
|
4
|
+
data.tar.gz: fe3a9d78175b93a351c5b9866ec331ea1509232731c1b0be93fb1449a60d96a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab66be4f2c0d45808ffd94d01321fba50d2a2133522cecdb1d9de5409c1ee006e8271e395b1c3393a964e09cd18d60a480a89beaf02c3916ca3201a1797ec21a
|
|
7
|
+
data.tar.gz: df2351c127055dbc9efb340b7d44656c591ac347ae042e590b61accd37fe5d211bc9dbdaa45494669e6e75b3f9f1a7ea64909be79a82ea818eeb57ef96e1da39
|
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Below you can find an example config file. All the possible parameters are docum
|
|
|
16
16
|
[on the Elastic site](https://www.elastic.co/guide/en/apm/agent/ruby/current/configuration.html#_options).
|
|
17
17
|
|
|
18
18
|
```yaml
|
|
19
|
-
:
|
|
19
|
+
:foreman_supervisory_authority:
|
|
20
20
|
server_url: https://elastic-apm.example.com
|
|
21
21
|
secret_token: '12345verysecret'
|
|
22
22
|
service_name: 'foreman'
|
|
@@ -23,7 +23,7 @@ module ForemanSupervisoryAuthority
|
|
|
23
23
|
config.elastic_apm.current_user_email_method = :mail
|
|
24
24
|
config.elastic_apm.current_user_username_method = :login
|
|
25
25
|
|
|
26
|
-
config.elastic_apm.merge!(SETTINGS[:
|
|
26
|
+
config.elastic_apm.merge!(SETTINGS[:foreman_supervisory_authority]) if SETTINGS[:foreman_supervisory_authority]
|
|
27
27
|
|
|
28
28
|
# Include concerns in this config.to_prepare block
|
|
29
29
|
config.to_prepare do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_supervisory_authority
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Timo Goebel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: elastic-apm
|