Skip to content

Commit

Permalink
Add config for System API (#21)
Browse files Browse the repository at this point in the history
## πŸ“ 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 <a@bakhtin.net>
  • Loading branch information
bakhtin authored Nov 20, 2024
1 parent c604578 commit ec43099
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testdata/get-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,10 @@
"output_cw_log_group_name": "multioperator-builder",
"aws_access_key_id": "xxx",
"aws_secret_access_key": "xxx"
},
"system_api": {
"__version": "v0.7.0",
"basic_auth_secret_salt": "xxx",
"basic_auth_secret_hash": "xxx"
}
}

0 comments on commit ec43099

Please sign in to comment.