Joe Bowbeer

Results 303 comments of Joe Bowbeer

My intent was not to delete the IntelliJ files, but to remove them from source control. Android Studio can import the project from only the gradle settings and build files,...

I'm seeing this when I created a new repo on Windows and then ran `cargo init` I noticed that `gh` had added a `.gitattributes` with `text=auto` even though I explicitly...

@bmitc I concur. This is a misfeature or bug in GH Desktop. https://github.com/desktop/desktop/issues/18225#issuecomment-2294633122

FWIW - I'm seeing a different hang: > checking if deployment/emissary-apiext in namespace: emissary-system exists. > emissary-apiext.emissary-system does not exist yet. Waiting... I've checked that the emissary-apiext.emissary-system replicas do exist...

Can only a service account be used for ECR authentication? This is needed for IRSA or the newer Pod Identity method, and avoids the need for secrets. For IRSA, an...

@krancour I interpret what you're saying to mean that, in Kargo, some inherent container identity can't be used to obtain the AWS creds. I'm saying that there should be some...

Even as a highest common factor (starting point), I hope it is possible to obtain access without needing to store credentials in Kubernetes secrets.

@krancour GitHub App auth is a requirement in our org, for security reasons I've gathered some justifications and pointers to prior work below According to GitHub's [documentation](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github#authenticating-to-the-api-with-an-app), GitHub recommends using...

/not-stale GitHub App is still the recommendation