Page MenuHomeDevCentral

Allow all servers to read IPsec in Vault
ClosedPublic

Authored by Duranzed on Mar 2 2026, 18:15.
Referenced Files
Unknown Object (File)
Sun, Apr 5, 12:42
Unknown Object (File)
Sun, Apr 5, 12:42
Unknown Object (File)
Sat, Apr 4, 11:10
Unknown Object (File)
Thu, Apr 2, 10:09
Unknown Object (File)
Tue, Mar 31, 17:23
Unknown Object (File)
Sun, Mar 29, 01:33
Unknown Object (File)
Fri, Mar 27, 02:39
Unknown Object (File)
Thu, Mar 26, 05:26
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 Passed
Unit
No Test Coverage
Branch
strongswan
Build Status
Buildable 6389
Build 6673: arc lint + arc unit

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.