Skip to content

Commit

Permalink
include PR #1481
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes committed Sep 23, 2024
1 parent 9753a0f commit 34b7dc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
ERROR_MESSAGE=$(jq -r '.errors[0].message // "NOERROR"' "$TEMPORAL_FOLDER/response.json")
if [ "$ERROR_MESSAGE" != "NOERROR" ]; then
echo "Error creating an identity: $ERROR_MESSAGE"
echo "Failed to create a New Relic System Identity for OpAMP communication authentication. Please verify that your User Key is valid and that your Account Organization has the necessary permissions to create a System Identity: $ERROR_MESSAGE"
exit 1
fi
Expand Down

0 comments on commit 34b7dc2

Please sign in to comment.