Brian Davis

Results 20 issues of Brian Davis

When old jobs are removed from rundeck, it also removes the files from s3. If this was configurable, then the logs could exist longer than the job history in rundeck...

Add support for multiple ingress class names on a single controller ## What this PR does / why we need it: This allows supporting multiple ingress class names in a...

cncf-cla: yes
size/S
kind/feature
priority/backlog
do-not-merge/hold
ok-to-test
triage/accepted
area/helm

cloning only the default branch and with a depth of 1 speeds up the clone time greatly ```sh I0818 19:01:24.786890 27900 git.go:79] Going to run git clone --depth=1 --single-branch -v...

size/XS
cncf-cla: yes

**Is your feature request related to a problem? Please describe.** When replicating secrets, you may not want to allow the replication of all objects in the secret and instead only...

enhancement

When validating a file, if the schema or file doesn't actually exist, it still passes validation and returns an exit code of 0. If validation of an actual file fails...

bug
small

https://github.com/rundeck/rundeck/issues/8013 Session cookies no longer work with 4.8.0 due to fixation attack changes.

**Description** Currently, each namespace is an "opt-in" for image validation which works well in most cases but does not work well in highly compliant environments where 100% container signing is...

enhancement

Today if you have multiple ClusterImagePolicy resources, there is no easy way to restrict them in a mutli-tenant environment by namespace. If you have 2 teams, `teamA` and `teamB`, they...

enhancement

**Description of the change** - add the ability to disable opt-in support for namespace validation and enforce across the entire cluster - add helm-docs template to allow helm-docs to generate...

This updates several components in order to switch to scratch images. The move to scratch is to reduce additional OS dependencies and also added ldflags to remove golang debug symbols....