Andrew Keesler
Andrew Keesler
#### What type of PR is this? /kind bug #### What this PR does / why we need it: - The updated code now handles cases where running an exec...
### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/dexidp/dex/blob/master/.github/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/dexidp/dex/issues) for an issue that...
**Is your feature request related to a problem? Please describe.** * I've configured an upstream IDP (in my case, OIDC), and now I want to know what my upstream IDP...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - I would like...
Resource versions created with both SHA1 and tag, preventing tag_filter and tag_regex from working
**What happened?** - With this resource: ```yaml - name: mirrors_github_pinniped type: git icon: github tags: [ pinniped-ci-calatrava ] source: uri: [email protected]:akeesler/fake-mirrors_github_pinniped.git tag_regex: v[0-9]+\.[0-9]+\.[0-9]+ # e.g., v0.4.1 private_key: REDACTED ``` -...
**Is your feature request related to a problem? Please describe.** - As a user of a product that installs Pinniped on my behalf (e.g., TMC, TKG), I would like to...