-
Hi all,
I have a content-addressable store like so:
```ocaml
module Content_store = Irmin.Content_addressable.Make(Irmin_fs_unix.Append_only)(Irmin.Hash.SHA512)(Content)
```
I would like to a…
-
Questions:
* Is there a way to get cache hit and miss metrics when using the `cached` procedural macro?
* If not, why am I seeing performance regressions when I am literally implementing the same…
-
### Proposal
KEDA Auth supports Hashicorp vault as secret backend but only stores plaintext password in KV v2.
Suggestion to add 1 more parameter to allow the credentials to be encrypted.
```…
Axory updated
2 years ago
-
Thank you very much for your interesting work and contribution to the open source community.
I would like to ask, how is the KV loading time calculated in your paper? How is it strictly distinguish…
-
**Is your feature request related to a problem? Please describe.**
Hello, I use auto-generated passwords for some apps on Kubernetes, mostly for internal API tokens and session passwords.
However,…
-
### Description
Feature Request: requesting the option to configure the operator to pull auth tokens from Vault using an available integration: `Vault injector`.
_It would be nice to have the inte…
-
Original in #16, we supported filtering by a check conclusion when sending slack notification.
We want to enhance this filtering such that it also supports filter the job/check/action we want to re…
-
Issue Type:
- [ ] Bug report
- [X] Feature request
This is motivated by the same use case describedin #2201. I'll copy/paste that use case here:
## Use case
We are trying to use Linkerd's d…
-
# Why
Ability to have a managed sessions so users don't have to worry about token management and we can build client side JS libraries to support "drop in" auth.
# What
If a developer turns o…
-
after posting values for a specific key, query of its value returns unexpected response: the number of nodes is 1, which means there is no replica
What is expected: the latest value of the key
Wha…