Donald Chung

Results 14 issues of Donald Chung

when I am running train the model for _ in range(n_iterations): ### Transfer learning RL.transfer_learning(transfer_data, n_epochs=n_transfer) _, prediction = estimate_and_update(n_to_generate) prediction_log.append(prediction) if len(np.where(prediction >= threshold)[0])/len(prediction) > 0.15: threshold = min(threshold...

duplicate

## Description When using `redis` as storage `HttpSession` 1. The indigoiam container POST a SAML request to SAML Idp 2. It stores the ID to a HttpSession ``` 01:48:46.551 DEBUG...

## Description I was wondering if it would be possible for IAM to support ARM64 architecture by compiling docker image for ARM-based CPU ## Possible reason for the issue For...

# Description This change allows the use of JDBC for saving HTTPSession data in a separate database. This is to support our use of Galera DB as our HA backend...

kind/feature
status/in-review

**Describe The Problem To Be Solved** I am trying to deploy a distributed IAM and running a HA redis infrastructure will increase the complexity and chances of failure of the...

Hi INDIGO IAM development team, I am trying to set up a geo-distributed INDIGO IAM Implementation. I am using a Galera as backend database, which is write dependent as it...

**Describe The Problem To Be Solved** I am trying to deploy a distributed IAM and running a HA and Postgres seems to offer better distributed DB options such as CockrochDB...

Hi, Just a minor issue, It seems that in the `test/Dockerfile.rocky-9` the k8s version is set to 1.28 which is deprecated and so it causes the dnf failed to resolved...

Hi, Is there a typo in the following line? https://github.com/indigo-iam/iam/blob/e998e438f393d490a8ba51f0df4e44f16fa94a69/iam-login-service/src/main/java/it/infn/mw/iam/authn/saml/profile/IamSSOProfile.java#L90 where the class `unspecified` should be `Unspecified` cause entraID doesn't support `PasswordProtectedTransport` and so will try to match `Unspecified`, but...

Hi INDIGO IAM Developers, I would like to request a feature that does the following: - an attribute for the OpenID client that is a regex string to allow the...

kind/feature