external-secrets / bitwarden-sdk-server

This repository contains a simple REST wrapper for the Bitwarden Rust SDK
https://external-secrets.io
Apache License 2.0
7 stars 1 forks source link

feat: enable https and http liveliness and readyness probes #15

Closed Skarlso closed 1 month ago

Skarlso commented 1 month ago

Problem Statement

Probes were previously disabled in HTTPS environment. It should work now.

Related Issue

Fixes #14

Proposed Changes

How do you like to solve the issue and why?

Checklist

Skarlso commented 1 month ago

Both probes are functioning correctly after testing.

Skarlso commented 1 month ago

Actually gonna add some helm tests.