Expand description
Useful constants to work with CurrentState
Constantsยง
- CURRENT_
STATE_ DECRYPTED - Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.
- CURRENT_
STATE_ DECRYPTION_ ERROR - De-crypting Secrets to plain text in etcd encountered an error.
- CURRENT_
STATE_ DECRYPTION_ PENDING - De-crypting Secrets to plain text in etcd is in progress.
- CURRENT_
STATE_ ENCRYPTED - Secrets in etcd are encrypted.
- CURRENT_
STATE_ ENCRYPTION_ ERROR - Encryption (or re-encryption with a different CloudKMS key) of Secrets in etcd encountered an error.
- CURRENT_
STATE_ ENCRYPTION_ PENDING - Encryption (or re-encryption with a different CloudKMS key) of Secrets is in progress.
- CURRENT_
STATE_ UNSPECIFIED - Should never be set