Daniel Mangum
Daniel Mangum
_This issue is mostly informational, and is meant to potentially facilitate conversation, but does not necessarily require any changes._ You can find a complete write-up and testing in https://github.com/crossplane/crossplane/pull/2245. Some...
### What problem are you facing? Crossplane supports pulling packages from private registries through a variety of mechanisms, including [IRSA](https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/), [Workload Identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity), and [`packagePullSecrets`](https://doc.crds.dev/github.com/crossplane/crossplane/pkg.crossplane.io/Provider/[email protected]#spec-packagePullSecrets). There are a wide variety of...
### Is your feature request related to a problem? Please describe the problem you're trying to solve. Currently, if a link is wrapped in valid markdown style (i.e. line break...
Currently, `corral` commands are passed to the `Executor` primitive along with a few other parameters that eventually effect what is being passed to the command's `apply()` method. This makes unit...
Some of the integration tests evaluate that certain words are present in the stdout output, which can break or change with updates to the logging verbosity. The following tests specifically...
I have been using `hermit` across a number of projects and have used this repo itself as a nice reference for setting up CI, Makefile, etc. One of the things...
I wrote `k8scr` quickly as a way to get OCI images into registries running in Kubernetes clusters because it was relevant to work I do with [Crossplane](https://crossplane.io/). However, I imagine...
Adds module support so that packages can be used outside of GOTPATH. Signed-off-by: hasheddan Wasn't sure if this is something you wanted to support (i.e. no issue open for it),...
### What problem are you facing? Currently, if we are unable to [fetch tags](https://github.com/crossplane/crossplane/blob/master/internal/controller/pkg/resolver/reconciler.go#L235) for a dependency, we are unable to install any other dependencies for which we may have...
This issue can be closed when we have completed the following steps (in order). Please ensure all artifacts (PRs, workflow runs, Tweets, etc) are linked from this issue for posterity....