Lars Haugan

Results 14 issues of Lars Haugan

# Issues ## Configuration drift and missing validation of dependency chain. After moving to flux with SSA we need to restructure all our configuration to support a perfect form of...

# Describe the bug Pipelines with tasks that are skipped (like due to non master branch run) is observed to have the state of pending even though it has been...

kind/bug
lifecycle/frozen

Hi, thanks for creating this useful tool. I wanted to add this functionality that returns the output the status response of the tokenreview as json. Is this something you would...

In our environment, opencost is not allowed IAM permissions to access resources in all AWS regions. This causes a lot of IAM errors with PermissionDenied due to the following hardcoded...

enhancement
Configuration

I see that there is a newer version of opa, so maybe it is easier to maintain this repo with dependabot? I am however not sure how it works with...

We wish to have access to friendlyName for every object in a pkcs12. We have seen problems where frientlyName differed between private and public keys, and would like to be...

feature

**Description** Use istio networking v1beta1 apis introduced in istio 1.5.0 (https://github.com/istio/api/pull/1232) **Checklist** - [x] Unit tests updated - [ ] End user documentation updated

cncf-cla: yes
lgtm
size/L
lifecycle/rotten
needs-rebase
ok-to-test

This pull requests adds support for adding routing rules. Example configuration: ```yaml repository: routingRules: - name: go-internal description: internal golang packages with authentication mode: ALLOW matchers: - ".*/github.com//.*" ... -...

This changes the behaviour of the release workflow. It will now trigger on pushed tags, and publish a new release with the produced kar file. Upgraded actions to latest versions...