Page MenuHomeDevCentral

Create an encryption key for autounseal
ClosedPublic

Authored by DorianWinty on Feb 3 2023, 16:00.
Tags
None
Referenced Files
F25028318: D2772.id10230.diff
Thu, Mar 26, 03:45
F25017786: D2772.id7045.diff
Wed, Mar 25, 12:57
F25016542: D2772.diff
Wed, Mar 25, 10:54
Unknown Object (File)
Mon, Mar 23, 12:11
Unknown Object (File)
Mon, Mar 23, 10:36
Unknown Object (File)
Mon, Mar 23, 08:19
Unknown Object (File)
Mon, Mar 23, 08:19
Unknown Object (File)
Mon, Mar 23, 08:19
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.