-
## Description
:warning: **The image `gcr.io/kubebuilder/kube-rbac-proxy` is deprecated and will become unavailable.**
**You must move as soon as possible, sometime from early 2025, the GCR will go …
-
Spring Security 5.8/6 supports delaying the lookup of the `SecurityContext` until an authorization rule requires it.
As such, it's preferred to use `authorizeHttpRequests#permitAll` over `web.igno…
-
## Add testing to lemonapi
Currently the API is missing testing and lack of testing can make it hard to ensure that the app works as it should. Including tests with FastAPI TestClient and testing at…
-
There seems to be an issue where with recent versions of Gin, all endpoints get protected, even the `/api-1` and `/api-2` endpoints.
When running the code in the repo with `go run main.go` and test…
-
Replace the current session-based authentication for API endpoints with JWT-based validation.
#### **Details**
1. **JWT Authentication Implementation**
- All API endpoints should validat…
-
Each team member is required to communicate weekly updates following the principles of the daily scrum meetings. Expect 1-2 sentences per item and link to relevant GitHub issues.
## Format
- What …
-
## Description
:warning: **The image `gcr.io/kubebuilder/kube-rbac-proxy` is deprecated and will become unavailable.**
**You must move as soon as possible, sometime from early 2025, the GCR will go …
-
### Feature Description
Kubebuilder is discontinuing the use of Kube RBAC Proxy in favor of NetworkPolicies, see https://github.com/kubernetes-sigs/kubebuilder/issues/3871
### Suggested Solution (op…
-
Once [this PR](https://github.com/hyperledger/aries-cloudagent-python/pull/2860) in ACA-Py is merged, endpoints will not be protected by the middleware and decorators will need to be added to the rout…
esune updated
4 months ago
-
I'm interested in using the OAuth-APis to protect endpoints in my Jersey/Guice project.
I will run the standalone Authorisation Server and I would like to use the AuthorizationServerFilter within my …