SnehaMore20

Results 6 issues of SnehaMore20

I have deployed kube-oidc-proxy and authenticating using Keycloak into our K8s cluster. But I have observed that kube-oidc-proxy takes claims only from refresh_token and not from id_token. e.g refresh_token given...

### Description Add support for `identityProviderMappers` field in KeycloakRealm Custom Resource. ### Discussion _No response_ ### Motivation Currently keycloak-operator supports adding `identityProviders`. Providing additional support for `identityProviderMappers` field in KeycloakRealm...

help wanted
kind/enhancement

Getting following error while applying namespaced scoped object ``` ERROR in IAM Operator : reflector.go:153] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:105: Failed to list *v1beta1.User: users.aws-iam.redradrat.xyz is forbidden: User "system:serviceaccount:hkp-admin:main-aws-iam-operator" cannot list resource "users" in...

Currently when we create user with `createProgrammaticAccess: true`. A secret gets created with access key and secret key. We would like to have these keys autorotated after given time span.

enhancement
good first issue

**Steps :** 1. create a PolicyAttachment which attaches policy1 to role1. 2. update PolicyAttachment : change policy name to policy2 and apply the change. **Expected Behaviour :** role1 should have...

enhancement
help wanted
wontfix

We need to create aws saml IdP for keycloak. With aws cli this is how we create saml idp: `aws iam create-saml-provider --saml-metadata-document file:/// --name ` Proposal: New custom resource...

enhancement
help wanted
good first issue