Dummy state manager driver. Mostly used for testing.
Show Entity Relationship Diagram
Show JSON schema
{"title":"DummyStateManager","description":"Dummy state manager driver. Mostly used for testing.","type":"object","properties":{"driver":{"const":"dummy","title":"Driver","type":"string"},"encryption_keys":{"description":"An optional list of encryption keys to use to encrypt the state. Only the top-most key will be used for encryption operations, the additional keys are only used to decrypt the state in the case that a new key was added. New keys can be generated using the ``certwrangler state generate-key`` command.","items":{"type":"string"},"title":"Encryption Keys","type":"array"}},"required":["driver"]}