Skip to content

Commit

Permalink
Merge pull request #4909 from systeminit/fnichol/service-spicedb-config
Browse files Browse the repository at this point in the history
chore(init): add SpiceDB configuration in `service.toml`
  • Loading branch information
sprutton1 authored Nov 1, 2024
2 parents b9a3c7e + 7ebf40a commit 5c10cdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions component/init/configs/service.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ pool_max_size = $SI_PG_POOL_SIZE
[service]
port = 5156

[spicedb]
enabled = $SI_SPICEDB_ENABLED
endpoint = "$SI_SPICEDB_ENDPOINT"
preshared_key = "$SI_SPICEDB_PRESHARED_KEY"

[symmetric_crypto_service]
active_key_base64 = "$SI_ACTIVE_KEY_BASE64"

Expand Down

0 comments on commit 5c10cdd

Please sign in to comment.