Skip to content

Add auth_user_key and auth_user_password modules for AEM user management#34

Merged
piotr-andruszkiewicz-wttech merged 2 commits intomainfrom
feature/auth-user-password-and-key-management
May 28, 2025
Merged

Add auth_user_key and auth_user_password modules for AEM user management#34
piotr-andruszkiewicz-wttech merged 2 commits intomainfrom
feature/auth-user-password-and-key-management

Conversation

@piotr-andruszkiewicz-wttech
Copy link
Copy Markdown
Contributor

No description provided.


short_description: Manage AEM user private keys in the keystore

version_added: "1.6.10"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Align version to aemc version

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

ok


short_description: Manage AEM user password

version_added: "1.6.10"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Same here

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

ok


password = module.params['password']

aemc.handle_json(args=args, data=password)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nice! ;)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

🫰

if scope:
args.extend(['--scope', scope])

password = module.params['password']
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

what if password is empty?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

basically it flops 😉
it is among the required arguments, and otherwise it fails with "unable to parse"

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