Jonas Köhnen
Jonas Köhnen
I have a quick question about the api route handling in `cache.js`. As i take it from the comment in https://github.com/shadowwalker/next-pwa/blob/1e6af5fa9f6a807930f451adb5ab5078d5cda451/cache.js#L133 and the discussion in https://github.com/shadowwalker/next-pwa/issues/131, requests to `/api/auth/callback/*` should...
See https://github.com/kutsan/zsh-system-clipboard. - [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [x] Have you checked that...
Addresses #1229, #1268, re-resolves #1070. This is one of the many possible implementations where we choose to go down the route of resolving the namespace fully while still in `http/`....
**Describe the bug** We've made an oversight in the handling of APIs that are restricted to the root namespace that breaks functionality in `sys/raw`: https://github.com/openbao/openbao/blob/83ecd4f960340aafb32899d2fa74d3adaf0994c8/http/util.go#L78-L83 For example, the `sys/raw/sys/quotas/rate-limit` path...
**Describe the Bug** Password policies are a [system endpoint](https://openbao.org/api-docs/system/policies-password/) fully distinct from Bao's "normal" policies. Based on [this guide](https://developer.hashicorp.com/vault/tutorials/db-credentials/password-policies?productSlug=vault&tutorialSlug=policies&tutorialSlug=password-policies), password policies can be used in two ways: 1) Manually generate...
Currently, the quota subsystem (which at this time is only used for HTTP rate limits) does not respect namespaces yet. There are two parts to this that each need work:...
https://github.com/openbao/openbao/pull/1767#discussion_r2321207934 made me think: "Wait, if `shell-session` is specific to Docusaurus... then why are none of the code blocks on the website actually highlighted?" _Welp._ For starters, we don't actually...
Resolves #10
To fully solve our TOTP validation rate limiting use case in OpenBao (as initially referenced by @cipherboy in https://github.com/arp242/zcache/issues/6#issue-3294824006), we'd need to specify a custom expiration time in `ModifySet`. I...
Resolves: #14709 Alternative to: #14687