Skip to content

Commit ec43099

Browse files
authored
Add config for System API (#21)
## 📝 Summary Add support for System API configuration ## ⛱ Motivation and Context <!--- Why is this change required? What problem does it solve? --> ## 📚 References Companion PRs: - flashbots/meta-evm#44 - flashbots/meta-confidential-compute#29 --- ## ✅ I have run these commands * [x] `make lint` * [x] `make test` * [x] `go mod tidy` Signed-off-by: bakhtin <[email protected]>
1 parent c604578 commit ec43099

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testdata/get-configuration.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,10 @@
125125
"output_cw_log_group_name": "multioperator-builder",
126126
"aws_access_key_id": "xxx",
127127
"aws_secret_access_key": "xxx"
128+
},
129+
"system_api": {
130+
"__version": "v0.7.0",
131+
"basic_auth_secret_salt": "xxx",
132+
"basic_auth_secret_hash": "xxx"
128133
}
129134
}

0 commit comments

Comments
 (0)