Skip to content

Commit

Permalink
Update RPC URL to not need authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Oct 15, 2024
1 parent b3f3dec commit 69651c4
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/tx_fuzz_blobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tx_fuzz_blobs_container_name: tx_fuzz_blobs
tx_fuzz_blobs_container_command:
- blobs
- --no-al
- --rpc=https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@rpc.bootnode-1.{{ network_subdomain }}
- --rpc=https://rpc.bootnode-1.{{ network_subdomain }}
- --sk={{ tx_fuzz_blobs_privkey }}
- --txcount=10

Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/tx_fuzz_txs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tx_fuzz_txs_container_name: tx_fuzz_txs
tx_fuzz_txs_container_command:
- spam
- --no-al
- --rpc=https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@rpc.bootnode-1.{{ network_subdomain }}
- --rpc=https://rpc.bootnode-1.{{ network_subdomain }}
- --sk={{ tx_fuzz_txs_privkey }}


Expand Down
6 changes: 3 additions & 3 deletions kubernetes/devnet-0/assertoor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ assertoor:

endpoints:
- name: bootnode-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.ssz-devnets.node_ingress.combined}>@rpc.bootnode-1.ssz-devnet-0.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.ssz-devnets.node_ingress.combined}>@bn.bootnode-1.ssz-devnet-0.ethpandaops.io
executionUrl: https://rpc.bootnode-1.ssz-devnet-0.ethpandaops.io
consensusUrl: https://bn.bootnode-1.ssz-devnet-0.ethpandaops.io

validatorNamesInventory: https://config.ssz-devnet-0.ethpandaops.io/api/v1/nodes/validator-ranges
globalVariables:
Expand All @@ -52,4 +52,4 @@ assertoor:
- bootnode-1
validatorPairNames:

assertoorTests: []
assertoorTests: []
2 changes: 1 addition & 1 deletion kubernetes/devnet-0/checkpointz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ checkpointz:
beacon:
upstreams:
- name: bootnode-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.ssz-devnets.node_ingress.combined}>@bn.bootnode-1.ssz-devnet-0.ethpandaops.io
address: https://bn.bootnode-1.ssz-devnet-0.ethpandaops.io
dataProvider: true
4 changes: 2 additions & 2 deletions kubernetes/devnet-0/dora/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ dora:
fullnameOverride: "dora-postgresql"

endpoints:
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.ssz-devnets.node_ingress.combined}>@bn.bootnode-1.ssz-devnet-0.ethpandaops.io
- url: https://bn.bootnode-1.ssz-devnet-0.ethpandaops.io
name: bootnode-1
priority: -1
executionEndpoints:
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.ssz-devnets.node_ingress.combined}>@rpc.bootnode-1.ssz-devnet-0.ethpandaops.io
- url: https://rpc.bootnode-1.ssz-devnet-0.ethpandaops.io
name: bootnode-1
priority: -1
archive: false
2 changes: 1 addition & 1 deletion kubernetes/devnet-0/dugtrio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ dugtrio:
- "^/teku/v[0-9]+/admin/.*"

endpoints:
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.ssz-devnets.node_ingress.combined}>@bn.bootnode-1.ssz-devnet-0.ethpandaops.io
- url: https://bn.bootnode-1.ssz-devnet-0.ethpandaops.io
name: bootnode-1
2 changes: 1 addition & 1 deletion kubernetes/devnet-0/forkmon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ forkmon:
pathType: Prefix
network: ssz-devnet-0
endpoints:
- addr: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.ssz-devnets.node_ingress.combined}>@rpc.bootnode-1.ssz-devnet-0.ethpandaops.io
- addr: https://rpc.bootnode-1.ssz-devnet-0.ethpandaops.io
name: bootnode-1

config: |
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/devnet-0/forky/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ forky:
- name: bootnode-1
type: "beacon_node"
config:
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.ssz-devnets.node_ingress.combined}>@bn.bootnode-1.ssz-devnet-0.ethpandaops.io
address: https://bn.bootnode-1.ssz-devnet-0.ethpandaops.io
polling_interval: "12s"
4 changes: 2 additions & 2 deletions kubernetes/devnet-0/tracoor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ tracoor-single:
ethereum:
overrideNetworkName: ssz-devnet-0
beacon:
nodeAddress: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.ssz-devnets.node_ingress.combined}>@bn.bootnode-1.ssz-devnet-0.ethpandaops.io
nodeAddress: https://bn.bootnode-1.ssz-devnet-0.ethpandaops.io
execution:
nodeAddress: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.ssz-devnets.node_ingress.combined}>@rpc.bootnode-1.ssz-devnet-0.ethpandaops.io
nodeAddress: https://rpc.bootnode-1.ssz-devnet-0.ethpandaops.io
traceDisableMemory: true
traceDisableStack: true
traceDisableStorage: true

0 comments on commit 69651c4

Please sign in to comment.