Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

[CLOUDTRUST-6203] Set priority in authentication flow creation#4

Merged
basbeu merged 1 commit intoflow_configfrom
CLOUDTRUST-6203
May 12, 2025
Merged

[CLOUDTRUST-6203] Set priority in authentication flow creation#4
basbeu merged 1 commit intoflow_configfrom
CLOUDTRUST-6203

Conversation

@basbeu
Copy link
Copy Markdown

@basbeu basbeu commented May 6, 2025

No description provided.

@basbeu basbeu changed the base branch from main to flow_config May 6, 2025 14:46
@basbeu basbeu requested review from clefrancq, damu46 and vloup May 6, 2025 14:46
else:
levels_indices[current_level] += 1
new_exec["index"] = levels_indices[current_level]
if "priority" not in new_exec or new_exec["priority"] is None:
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Wouldn't it be better if this "computation" was done in the "flow_parser" module?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I do not know, because I need at least to update this module to take the priority as module parameters. Upstream, they handled the priority. If one day we will realign ourselves on upstream, the priority will be handled so I think it is fine.

@basbeu basbeu force-pushed the CLOUDTRUST-6203 branch from 1dc36eb to 2606744 Compare May 7, 2025 07:58
Copy link
Copy Markdown

@damu46 damu46 left a comment

Choose a reason for hiding this comment

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

Similar to upstream

@basbeu basbeu merged commit 99dedde into flow_config May 12, 2025
1 of 2 checks passed
@basbeu basbeu deleted the CLOUDTRUST-6203 branch May 12, 2025 12:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants