Skip to content

Commit

Permalink
Merge pull request #12 from benv666/patch-1
Browse files Browse the repository at this point in the history
Allow '=' base64 padding for beaconcha.in api key
  • Loading branch information
jclapis authored Jun 29, 2024
2 parents fc95d63 + d34805f commit 6075534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bitfly-beaconchain-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func NewBitflyNodeMetricsConfig() *BitflyNodeMetricsConfig {
Description: "The API key used to authenticate your Beaconcha.in node metrics integration. Can be found in your Beaconcha.in account settings.\n\nPlease visit https://beaconcha.in/user/settings#api to access your account information.",
AffectsContainers: []ContainerID{ContainerID_BeaconNode, ContainerID_ValidatorClient},
// ensures the string is 28 characters of Base64
Regex: "^[A-Za-z0-9+/]{28}$",
Regex: "^[A-Za-z0-9+/=]{28}$",
CanBeBlank: true,
OverwriteOnUpgrade: false,
},
Expand Down

0 comments on commit 6075534

Please sign in to comment.