Ralph Kühnert
Ralph Kühnert
Starting Spotify - if it's not actually started - is magic, and should only be done explicitly. Thus, this PR changes starting Spotify.app via `osascript` to printing the according error...
I'm not sure whether it's actually ok to do so from a security perspective. Not knowing why the initial OIDC auth call failed costs a lot of time though. This...
So this is just a rough idea, as I wanted to use your tool with colima. Basically I wanted it to just work® with whatever I set as my current...
**Describe the bug** The initial account id check does not take into account a customized session config. https://github.com/aws-controllers-k8s/runtime/blob/ae946aa1e0dd309db0064c2c347b724074725c60/pkg/config/config.go#L165-L167 Specifically the session creation here, without taking into account a custom awscfg...
The http handler wrapper is great, but when compiling a custom transaction flow doesn't allow access to `ProcessRequest` and `ProcessResponse` anymore. The wrapper itself is cool, but in a lot...
IAM resources should be taggable via the CR
Instead of writing `Secrets` and `ConfigMaps` maybe we should consider triggering a hook for writing secrets elsewhere? Not sure, but a simple event hook could do the trick. Users could...
Right now it is mandatory to define namespace in the TargetReference inside the PolicyAttachment spec. Per default it should take it's own namespace as the TargetReference namespace, and only allow...
As AWS does not allow for in-place updates of certain resources (Role, PolicyAttachment, ...) we currently delete the previous resource, and recreate it. This might cause issues, when hitting resource...
`User`/`Role` resource should have an option to map a the created resource for EKS cluster access. Proposal: Custom Resource `User`/`Role` should offer an option to register itself with the context...