confluentinc/examples

The new cli changes the name of the key and secret

jr-marquez opened this issue · 0 comments

API_KEY_SA=$(echo "$OUTPUT" | jq -r ".key")

should be $(echo "$OUTPUT" | jq -r ".api_key")

API_SECRET_SA=$(echo "$OUTPUT" | jq -r ".secret")

should be $(echo "$OUTPUT" | jq -r ".api_secret")