Page MenuHomeDevCentral

Create an encryption key for autounseal
ClosedPublic

Authored by DorianWinty on Feb 3 2023, 16:00.
Tags
None
Referenced Files
F24986156: D2772.id7045.diff
Mon, Mar 23, 12:11
F24985255: D2772.id7045.diff
Mon, Mar 23, 10:36
F24984261: D2772.id10233.diff
Mon, Mar 23, 08:19
F24984260: D2772.id10229.diff
Mon, Mar 23, 08:19
F24984258: D2772.id10230.diff
Mon, Mar 23, 08:19
F24980800: D2772.diff
Mon, Mar 23, 01:53
Unknown Object (File)
Sat, Mar 21, 15:11
Unknown Object (File)
Fri, Mar 20, 21:22
Subscribers
None

Details

Summary

This encryption key will permit to configure the autounseal of a dev vault.

Ref T1755

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
arcpatch-D2639
Build Status
Buildable 4397
Build 4664: arc lint + arc unit

Event Timeline

DorianWinty created this revision.

Rebased against D2639 and D2771 (the right one).

Once rebased, this change creates the autounseal transit key in our Complector Vault.

I ran it, so we're up-to-date:

WindRiver
$ vault write -f transit/keys/autounseal        

Key                       Value
---                       -----
allow_plaintext_backup    false
auto_rotate_period        0s
deletion_allowed          false
derived                   false
exportable                false
imported_key              false
keys                      map[1:1770845902]
latest_version            1
min_available_version     0
min_decryption_version    1
min_encryption_version    0
name                      autounseal
supports_decryption       true
supports_derivation       true
supports_encryption       true
supports_signing          false
type                      aes256-gcm96
This revision is now accepted and ready to land.Feb 11 2026, 22:43
This revision was automatically updated to reflect the committed changes.