deployment: include Bearer/Basic in OTEL_TOKEN (#253)

Co-authored-by: Michael D Brown <michael.brown@trailofbits.com>
This commit is contained in:
Riccardo Schirone
2025-08-06 15:39:14 +02:00
committed by GitHub
parent a8ed0ccbbe
commit 8fcf730d2c
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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