Skip to content

Conversation

@damienbfs
Copy link
Collaborator

No description provided.


for dex_user in dex_users:
if dex_user.username == user_name or dex_user.email == user_email:
logger.error(f"Failed to add user {to_log(user_name)} with email {to_log(user_email)}. User or email already exists.")

Check failure

Code scanning / CodeQL

Log Injection High

This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
)

stub.CreatePassword(CreatePasswordReq(password=new_pwd))
logger.info(f"Added {to_log(user_name)} user.")

Check failure

Code scanning / CodeQL

Log Injection High

This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
Comment on lines +89 to +98
adminPort = mkOption {
type = types.port;
description = "Dex admin http port";
};

adminAddress = mkOption {
type = types.str;
default = "127.0.0.1";
description = "Dex admin bind address";
};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if it's supported: default = cfg.port / cfg.address to default with the same ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants