Daniele Martinoli
Daniele Martinoli
Closes #58 Added options to configure the log of request body, response body (for error/successful cases) and the maximum len allowed before truncating with `...` Added test functions as well
The logger should be allowed to log the response and request body, for either successful or failed requests, and also consider truncating long messages to reduce the verbosity.
**Is your feature request related to a problem? Please describe.** Want to expose permissions management API to define fine-grained authorization on groups and clients e.g. [ManagementPermissionReference](https://www.keycloak.org/docs-api/18.0/rest-api/#_managementpermissionreference) **Describe the solution you'd...
The `argocd:create-resources` action cannot access private repos. A similar action may be added to configure the repository secret from the same software template. ## Feature Suggestion Possible action configuration for...
**What version of crane are you running, and what are your clutsters+platform** Commit #149 Running export with the new option `--cluster-scoped-rbac` on cluster where the configured user has no admin...
**What is your persona?** I'm an application developer that is designing a POC of an open-source application that integrates crane to export the configuration of an application. **What is your...
The Architecture>Overview diagram is not consistent with the enlisted components and functionalities
## Expected Behavior The Architecture>Overview page of the docs shows an architectural diagram that does not include some of the functionalities and components enlisted below. See [Architecture>Overview](https://docs.feast.dev/getting-started/architecture-and-components/overview) ## Current Behavior...
**Describe the bug** The OpenAPI schema includes the `DELETE` operation for some of the managed paths, but delete services are not really implemented. **To Reproduce** See an example of misleading...
# What this PR does / why we need it: Intercept registry server failures and adds an additional message to the response with the failure status and details. The proxy...
## Expected Behavior When the token extractor cannot find the requested authentication token, it should throw a `FeastAuthenticationError` instead of the `starlette.authentication.AuthenticationError`. In this way it would fall into the...