Skip to content

Commit 40ac9c9

Browse files
Improve snippet to include all credentials in user-provided service
1 parent 6defb8a commit 40ac9c9

File tree

1 file changed

+1
-1
lines changed
  • cf-java-logging-support-opentelemetry-agent-extension

1 file changed

+1
-1
lines changed

cf-java-logging-support-opentelemetry-agent-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ If you have a [SAP Cloud Logging](https://discovery-center.cloud.sap/serviceCata
164164
```bash
165165
cf service-key cls test \
166166
| tail -n +2 \
167-
| jq '.credentials | {"ingest-otlp-endpoint":."ingest-otlp-endpoint", "ingest-otlp-cert":."ingest-otlp-cert", "ingest-otlp-key":."ingest-otlp-key", "server-ca":."server-ca"}' \
167+
| jq '.credentials' \
168168
> ups.json
169169
```
170170

0 commit comments

Comments
 (0)