Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from IBM/tnixa-patch-1
Browse files Browse the repository at this point in the history
clean potential certificate exposures
  • Loading branch information
ebullient authored Jan 8, 2021
2 parents 3628f0b + 2837e72 commit 422024f
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"mongodb": {
"authentication": {
"method": "direct",
"password": "e8438bf1a6b7b2c13b54a1383b887c602352878d1efb9af28e45e7878a166e5a",
"username": "ibm_cloud_79b04d31_fce5_430b_b9a3_49bcd6480bb4"
"password": "some_password",
"username": "some_username"
},
"certificate": {
"certificate_base64": "some base 64 cert",
Expand Down Expand Up @@ -101,8 +101,8 @@
"instance_name": "default-event-streams",
"binding_name": null,
"credentials": {
"api_key": "0fmgGJPqC7zc5UjheZu-h1CPQjf8cJfecwxYO5xsi79p",
"apikey": "0fmgGJPqC7zc5UjheZu-h1CPQjf8cJfecwxYO5xsi79p",
"api_key": "some_api_key",
"apikey": "some_apikey",
"iam_apikey_description": "Auto-generated for binding cc866520-d802-4957-84c3-d9015823c034",
"iam_apikey_name": "default-event-streams",
"iam_role_crn": "crn:v1:bluemix:public:iam::::serviceRole:Manager",
Expand All @@ -118,7 +118,7 @@
"broker-0-d2zv4nll2lkn9z93.kafka.svc01.us-south.eventstreams.cloud.ibm.com:9093"
],
"kafka_http_url": "https://d2zv4nll2lkn9z93.svc01.us-south.eventstreams.cloud.ibm.com",
"password": "0fmgGJPqC7zc5UjheZu-h1CPQjf8cJfecwxYO5xsi79p",
"password": "some_password",
"user": "token"
},
"syslog_drain_url": null,
Expand Down Expand Up @@ -269,4 +269,4 @@
"volume_mounts": []
}
]
}
}

0 comments on commit 422024f

Please sign in to comment.