You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I, [2025-01-26T11:52:56.704882 #48] INFO -- : [71a0e7b1-61aa-48bb-8b15-e855f60bb709] Started GET "/environments/production/nodes/foreman.betadots.training/keys/ldap_password?search=" for 10.100.10.1 at 2025-01-26 11:52:56 +0000
I, [2025-01-26T11:52:56.706659 #48] INFO -- : [71a0e7b1-61aa-48bb-8b15-e855f60bb709] Processing by KeysController#show as HTML
I, [2025-01-26T11:52:56.707235 #48] INFO -- : [71a0e7b1-61aa-48bb-8b15-e855f60bb709] Parameters: {"search"=>"", "environment_id"=>"production", "node_id"=>"foreman.betadots.training", "id"=>"ldap_password"}
I, [2025-01-26T11:52:56.816683 #48] INFO -- : [71a0e7b1-61aa-48bb-8b15-e855f60bb709] Rendered layout layouts/application.html.erb (Duration: 16.5ms | Allocations: 6314)
I, [2025-01-26T11:52:56.819713 #48] INFO -- : [71a0e7b1-61aa-48bb-8b15-e855f60bb709] Completed 200 OK in 112ms (Views: 19.1ms | ActiveRecord: 0.1ms | Allocations: 15154)
I, [2025-01-26T11:53:00.710051 #48] INFO -- : [1cbc236c-6f3f-4017-a94a-d98c92f59932] Started POST "/environments/production/hierarchies/Other%20YAML%20hierarchy%20levels/decrypted_values" for 10.100.10.1 at 2025-01-26 11:53:00 +0000
I, [2025-01-26T11:53:00.713994 #48] INFO -- : [1cbc236c-6f3f-4017-a94a-d98c92f59932] Processing by DecryptedValuesController#create as */*
I, [2025-01-26T11:53:00.714086 #48] INFO -- : [1cbc236c-6f3f-4017-a94a-d98c92f59932] Parameters: {"value"=>"ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEACJd28JURUqGa9y0qXa2xZvECkMBIuK5JdxUkO2EmWr7Bm/b5xqdAO4qd00PQVE2hs4so/WJ2xvRp3KrrEXx/BPQqHDbqatJA2/FZnqPDH0TcXKM2ied4vqg/yWsdvTC3uswJpPphuT2v/Ya4u9OAqOkQJHq3+vRZZddWSDVKuhaxgESScaJCZVIXmQkk21buCFfVt6dr2uIXmON4+KCeovWgN1AgoPvEuq0U074W066wdDmmpdyPodcl3BJv1g3v2pFcpHy9E2qL50y1M/G80+L891LXHyoqhHcm93cSTfeZMuWOzKIGpHE0tvZkZJ4BHwnkpJ65KvQPNrZI0mSUODA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBCLRHuyRxFBM7mmnMbJIg99gBDuXGYqCHOpdVcT6ZWniyr1]", "environment_id"=>"production", "hierarchy_id"=>"Other YAML hierarchy levels"}
I, [2025-01-26T11:53:00.747181 #48] INFO -- : [1cbc236c-6f3f-4017-a94a-d98c92f59932] Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.0ms | Allocations: 2009)
F, [2025-01-26T11:53:00.748779 #48] FATAL -- : [1cbc236c-6f3f-4017-a94a-d98c92f59932]
[1cbc236c-6f3f-4017-a94a-d98c92f59932] ArgumentError (wrong number of arguments (given 2, expected 0; required keywords: layer, name)):
[1cbc236c-6f3f-4017-a94a-d98c92f59932]
[1cbc236c-6f3f-4017-a94a-d98c92f59932] app/models/hierarchy.rb:20:in `find'
[1cbc236c-6f3f-4017-a94a-d98c92f59932] app/controllers/decrypted_values_controller.rb:6:in `create'
Config:
global hiera.yaml
---
version: 5
defaults:
# The default value for "datadir" is "data" under the same directory as the hiera.yaml
# file (this file)
# When specifying a datadir, make sure the directory exists.
# See https://puppet.com/docs/puppet/latest/environments_about.html for further details on environments.
# datadir: data
# data_hash: yaml_data
hierarchy:
- name: "global data"
path: "global.yaml"
environment hiera.yaml
/etc/puppetlabs/code/environments/production/hiera.yaml
---
version: 5
defaults:
# The default value for "datadir" is "data" under the same directory as the hiera.yaml
# file (this file)
# When specifying a datadir, make sure the directory exists.
# See https://puppet.com/docs/puppet/latest/environments_about.html for further details on environments.
# datadir: data
# data_hash: yaml_data
lookup_key: eyaml_lookup_key
options:
pkcs7_private_key: /etc/puppetlabs/puppet/eyaml/private_key.pkcs7.pem
pkcs7_public_key: /etc/puppetlabs/puppet/eyaml/public_key.pkcs7.pem
hierarchy:
- name: "Per-node data (yaml version)"
path: "nodes/%{::trusted.certname}.yaml"
- name: "Other YAML hierarchy levels"
paths:
- "common.yaml"
Config:
Expected: showing result:
S3cr3t!
The text was updated successfully, but these errors were encountered: