Skip to content

Commit

Permalink
Remove username/password from ssl certificate authentication (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArieGato committed Mar 14, 2024
1 parent 79614d3 commit ef44e89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Serilog.Sinks.RabbitMQ/Sinks/RabbitMQ/RabbitMQSink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

using System.Buffers;
using System.Text;
using Microsoft.IO;
using Serilog.Core;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ public static RabbitMQClientConfiguration GetRabbitMQSslClientConfiguration()
Port = 5671,
DeliveryMode = RabbitMQDeliveryMode.Durable,
Exchange = SerilogSinkExchange,
Username = UserName,
Password = Password,
ExchangeType = SerilogSinkExchangeType,
Hostnames = [SslCertHostName],
SslOption = new SslOption
Expand Down

0 comments on commit ef44e89

Please sign in to comment.