Skip to content

Commit fd29e01

Browse files
authored
Merge pull request #38 from SAP-docs/ups-script-improvement
Improve snippet to include all credentials in user-provided service
2 parents c1fcd04 + 912f951 commit fd29e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ingest-via-opentelemetry-api-endpoint-fdc78af.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ When connected to teh source CF space which owns the managed Cloud Logging servi
115115
> ```
116116
> cf service-key cls test \
117117
> | tail -n +2 \
118-
> | jq '.credentials | {"ingest-otlp-endpoint":."ingest-otlp-endpoint", "ingest-otlp-cert":."ingest-otlp-cert", "ingest-otlp-key":."ingest-otlp-key", "server-ca":."server-ca"}' \
118+
> | jq '.credentials' \
119119
> > credentials.json
120120
> ```
121121

0 commit comments

Comments
 (0)