Marshall Ford

Results 8 issues of Marshall Ford

# Expected Behavior While writing a rule for preventing overlapping hostnames I reached for `regex.globs_match` in the hopes that the function would be able to parse strings that may contain...

feature-request
inactive
builtins

As the community moves away from scripted pipelines to purely declarative solutions, I'm wondering if it would be possible to implement a method/step similar to `credentials` that could be used...

Marking a variable as sensitive and referencing that variable in a local-exec provisioner command or in the environment block suppresses **all** lines of the command output. My use case (not...

enhancement
v0.14

I was excited to see this sentence in the README and figured I give it ago having not tried the last couple of releases: > Since img v0.5.7, you don't...

question
needs more info

**Describe the solution you'd like** I believe this would require a mutating webhook, but I'd like to be able to toggle a flag (on a Constraint?) similar to the `defaultAllowPrivilegeEscalation`...

It would be nice if the Helm chart for opendistro was hosted on a [Helm chart repository](https://helm.sh/docs/topics/chart_repository/). Ideally the existing chart would be migrated to the [default stable repo](https://github.com/helm/charts/tree/master/stable) for...

Open to feedback, there is likely a better way to implement this. I took a first swing at the docs, but I wasn't sure where to start on testing. Tested...

I get the [this error](https://gist.github.com/marshallford/4619921696c196970f9e) when running `videos = client.videos_by(:user => 'theneedledrop', :per_page => 50).videos` in production, but not on my laptop. Any ideas?