trust_store.json 816 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "schema_version": 1,
  3. "backup_encryption_providers": {
  4. "external": {
  5. "enabled": false,
  6. "approved_key_references": []
  7. },
  8. "fake": {
  9. "enabled": true,
  10. "test_only": true,
  11. "approved_key_references": ["kms://external/backup"]
  12. }
  13. },
  14. "providers": {
  15. "external": {
  16. "enabled": false,
  17. "approved_signers": {}
  18. },
  19. "fake_local_only": {
  20. "enabled": true,
  21. "test_only": true,
  22. "approved_signers": {
  23. "wp07-local-test": {
  24. "algorithm": "Ed25519",
  25. "trust_root": "wp07-local-engineering-test-root",
  26. "public_key": "8bda44f4d9f9e1f3e0072c458d73128e9c86a5a643ffaab0ffa1ff19b9f032f1",
  27. "public_key_sha256": "c7bbdcc9ec97ab3febbc46b5dada6bb7a69f873dbae4ab12dfa4601cee0023b7"
  28. }
  29. }
  30. }
  31. }
  32. }