Page MenuHomeDevCentral

Allow all servers to read IPsec in Vault
ClosedPublic

Authored by Duranzed on Mar 2 2026, 18:15.
Referenced Files
F30689598: D3987.id10341.diff
Tue, May 26, 03:01
Unknown Object (File)
Mon, May 18, 23:39
Unknown Object (File)
Thu, May 14, 15:26
Unknown Object (File)
Wed, May 13, 22:20
Unknown Object (File)
Sat, May 9, 10:02
Unknown Object (File)
Sat, May 9, 00:24
Unknown Object (File)
Thu, May 7, 12:02
Unknown Object (File)
Tue, May 5, 20:29
Subscribers
None

Details

Summary

Allow to add to every node policy keys from the new pillar entry
vault_secrets_ubiquity.

Ref T2268

Test Plan

salt complector state.sls_id salt-node-cloudhugger roles/vault/policies test=True

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Duranzed requested review of this revision.Mar 2 2026, 18:15
Duranzed created this revision.
$ sudo salt complector state.sls_id salt-node-cloudhugger roles/vault/policies test=True
complector:
----------
          ID: salt-node-cloudhugger
    Function: vault.policy_present
      Result: None
     Comment: Policy would be changed
     Started: 18:09:21.668208
    Duration: 841.275 ms
     Changes:   
              ----------
              salt-node-cloudhugger:
                  ----------
                  change:
                      --- 
                      +++ 
                      @@ -10,3 +10,7 @@
                       path "ops/data/secrets/nasqueron/opensearch/infra-logs/internal_users/dashboards" {
                           capabilities = [ "read" ]
                       }
                      +
                      +path "ops/data/secrets/network/ipsec/key" {
                      +    capabilities = [ "read" ]
                      +}

Summary for complector
------------
Succeeded: 1 (unchanged=1, changed=1)
Failed:    0
------------
Total states run:     1
Total run time: 841.275 ms
dereckson retitled this revision from Vault configuration to read ipsec key to Allow all servers to read IPsec in Vault.Mar 4 2026, 07:01
dereckson edited the summary of this revision. (Show Details)
dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Mar 4 2026, 07:03
This revision was automatically updated to reflect the committed changes.