Skip to content

Refactor/start and install#137

Draft
akram09 wants to merge 11 commits into
16/edgefrom
refactor/start-and-install
Draft

Refactor/start and install#137
akram09 wants to merge 11 commits into
16/edgefrom
refactor/start-and-install

Conversation

@akram09

@akram09 akram09 commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Issue

Solution

Checklist

  • I have added or updated any relevant documentation.
  • I have cleaned any remaining cloud resources from my accounts.

if key in system_user_passwords:
# use provided passwords for system-users if available
self.state.set_secret(APP_SCOPE, key, system_user_passwords[key])
logger.info(f"Using configured password for {key}")
else:
# generate a password for this user if not provided
self.state.set_secret(APP_SCOPE, key, new_password())
logger.info(f"Generated new password for {key}")
@marceloneppel

Copy link
Copy Markdown
Member

Hi, @akram09! I resolved the conflicts between this and the target branch on f6a2369. I also created #144 to fix the lint and unit tests failures.

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