Page MenuHomeDevCentral

Create an encryption key for autounseal
ClosedPublic

Authored by DorianWinty on Feb 3 2023, 16:00.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 26, 22:12
Unknown Object (File)
Thu, Feb 26, 22:05
Unknown Object (File)
Thu, Feb 26, 22:05
Unknown Object (File)
Mon, Feb 23, 16:40
Unknown Object (File)
Sun, Feb 22, 22:19
Unknown Object (File)
Sun, Feb 22, 22:14
Unknown Object (File)
Sun, Feb 22, 04:22
Unknown Object (File)
Sun, Feb 22, 04:16
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
flood-phabricator
Build Status
Buildable 6305
Build 6589: 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.Wed, Feb 11, 22:43
This revision was automatically updated to reflect the committed changes.