Omar Aloraini

Results 13 issues of Omar Aloraini

There haven't been a new release on pypi for a while. I'm reading: [https://packaging.python.org/en/latest/tutorials/packaging-projects/](https://packaging.python.org/en/latest/tutorials/packaging-projects/) Perhaps we can publish them as part of a Github workflow? Or upload them to Github...

I was able to get it running using the following steps: 1. Enable crb repository: `sudo dnf config-manager --set-enabled crb` 2. Add hashicorp repository: `sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/$release/hashicorp.repo` 3....

### Is there an existing issue for this? - [x] I have searched the existing issues ### What happened? I'm running keepalived on two of my hosts and they are...

kind/bug
sig/datapath
kind/community-report
pinned
area/host-firewall

The session user is always empty when using the OIDC provider. Provider struct: https://github.com/oauth2-proxy/oauth2-proxy/blob/965fab422d6cd30411a6ee85a34532b276284289/providers/providers.go#L21 The `UserClaim` is never populated. The field is only used by the function `setProviderDefaults` which is...

**Type**: Feature **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 can...

component: s3
type: enhancement
status: ideal-for-contribution

This is a suggestion. I was looking into using `Specification` on a repository. The combinators and/or were interesting, but building the primitive specification with the criteria API seemed rough. Then...

type: enhancement

To customize controller argument binding you have to use `HandlerMethodArgumentResolver` which can bind any number GraphQl argument to single method parameter, the interface is quite flexible but requires more work....

status: feedback-provided
status: waiting-for-triage

It's difficult to use any sort of [post-render](https://helm.sh/docs/topics/advanced/#post-rendering) such as Kustomize when {{ .Release.Namespace }} is used inside cmds, args or scripts. Usage of {{ .Release.Namespace }} can be replaced...

Notes: Changing the profile will not delete and re-issue the certificate. I'm not sure how would I write a test with the self-signed provider. I have tested it with IPA...