Page MenuHomeDevCentral

Generate secretsmith Vault configuration for routers via Salt
ClosedPublic

Authored by yousra on Sun, Mar 29, 16:41.
Tags
None
Referenced Files
F25541506: D4031.id10536.diff
Thu, Apr 16, 10:14
Unknown Object (File)
Wed, Apr 15, 20:17
Unknown Object (File)
Mon, Apr 13, 21:39
Unknown Object (File)
Mon, Apr 13, 08:53
Unknown Object (File)
Mon, Apr 13, 06:39
Unknown Object (File)
Sat, Apr 11, 14:15
Unknown Object (File)
Sat, Apr 11, 14:11
Unknown Object (File)
Sat, Apr 11, 02:17

Details

Summary

This change adds to the Salt state carp (roles/router/carp/init.sls) a secretsmith configuration file
on routers, allowing the script from T2276 to authenticate to Vault using AppRole.

The configuration file (/usr/local/etc/secrets/carp-secretsmith.yaml) contains:

  • Vault server URL
  • AppRole credentials (role_id and secret_id) retrieved from Vault

Ref T2276

Test Plan
  • Applied state on router-002:

    salt 'router-002' state.apply roles/router test=True

    salt 'router-002' state.apply roles/router
  • Applied state on router-003:

    salt 'router-003' state.apply roles/router test=True

    salt 'router-003' state.apply roles/router

Diff Detail

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