kork icon indicating copy to clipboard operation
kork copied to clipboard

Kork provides some basic service building blocks for Spinnaker.

Results 18 kork issues
Sort by recently updated
recently updated
newest added

Version 1.12.399 is the lowest version that enables FIPS endpoints for GovCloud (US) regions in SDK

Mostly related to the user secrets errors in https://github.com/spinnaker/spinnaker/issues/6912 and split out from https://github.com/spinnaker/kork/pull/1130.

This has a couple changes related to supporting principals with the type `AuthenticatedPrincipal` in addition to the existing support for `UserDetails`. This allows for future migrations to the built-in SAML...

This adds the credentials management API originally developed as part of Clouddriver.

This adds a reusable API for surfacing constraint violations. The JavaEE/JakartaEE APIs for constraint violations is not aimed at REST APIs while this variation is.

This ensures that errors in WebClient are treated similarly to Retrofit.

With the addition of the okHttp3 request interceptor `SpinnakerRequestHeaderInterceptor` in https://github.com/spinnaker/kork/pull/1004 having retrofit1 add `X-SPINNAKER-*` headers is now redundant, this results in the headers being added twice to all retrofit1...

This commit adds the SpinnakerRetroExceptionHandler when creating service clients which allows us to return a proper exception back instead of relying on RetrofitError. This commit also moves the UpstreamBadRequest to...

This is an automatic backport of pull request #948 done by [Mergify](https://mergify.com). --- Mergify commands and options More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also...