mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
deployment: include Bearer/Basic in OTEL_TOKEN (#253)
Co-authored-by: Michael D Brown <michael.brown@trailofbits.com>
This commit is contained in:
committed by
GitHub
parent
a8ed0ccbbe
commit
8fcf730d2c
+1
-1
@@ -414,7 +414,7 @@ configure_otel_wrapper() {
|
||||
read -p "Enter OTEL endpoint URL (press Enter to skip): " otel_endpoint
|
||||
if [ -n "$otel_endpoint" ]; then
|
||||
read -p "Enter OTEL protocol (http/grpc): " otel_protocol
|
||||
read -s -p "Enter OTEL token (optional, press Enter to skip): " otel_token
|
||||
read -s -p "Enter OTEL token (including Basic or Bearer, optional, press Enter to skip): " otel_token
|
||||
echo
|
||||
|
||||
# Update the env file
|
||||
|
||||
Reference in New Issue
Block a user