Evan Anderson

Results 66 issues of Evan Anderson

### OpenTofu Version ```shell We are using `latest` from https://github.com/opentofu/setup-opentofu (`v1.0.4`) ``` ### Use Cases I have a number of GitHub repositories in one organization managed by Terraform (using a...

enhancement
needs-community-input
pending-decision

### Describe the issue @danbarr says >I'd been tinkering with the artifact signature rule, so I've been refreshing the Alerts and History tabs a bunch This caused ListEvaluationResults latency to...

bug
P0

# Summary This is a SPIKE. It is not ready to merge, is more for discussion about how to approach managing Minder rules using IaC. This change enables Minder to...

Stale

### Describe the issue https://github.com/stacklok/minder/pull/4440/files/690fa2df0b83a36857618fdeca86f897b2821e9c#r1753513887 ```diff - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", + "node_modules/serve-static/node_modules/send": { + "version": "0.18.0",...

bug
P2

Don was poking around and discovered that some Git repos may be 900MB just to shallow clone (think: they check in a copy of the JVM). This isn't a reasonable...

P2

While the migration job probably needs schema update permissions, it seems like the OpenFGA deployment would only need data select, insert, update and delete permissions. We'd like to be able...

enhancement
migration

Fixes #95 ## Description Add parameters to enable running the migration job with a different database access level. - We are using [AWS RDS IAM authentication](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Connecting.AWSCLI.PostgreSQL.html) using a sidecar to...

migration

### What is the problem you're trying to solve I'm trying to add a new private registry (with a self-signed CA) to an existing Kubernetes cluster, where I may not...

kind/feature
area/cri

# Summary This adds the organization entity, started during the Minder livestream ## Change Type ***Mark the type of change your PR introduces:*** - [ ] Bug fix (resolves an...

### Please describe the enhancement With #5145 and #5146 completed, this issue tracks documenting the setup of a GitHub Action which deploys Minder configuration for an organization from GitHub Actions....

user-feedback