Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow credentials to be specified for User objects #57

Open
mircea-pavel-anton opened this issue Sep 12, 2024 · 0 comments
Open

Allow credentials to be specified for User objects #57

mircea-pavel-anton opened this issue Sep 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mircea-pavel-anton
Copy link

Summary

As Platform Maintainer
I want to be able to create users with predefined credentials
So that I can maintain "compatibility" from a UX perspective to the old deployment

Context

I'm currently working on migrating a platform that had previously been configured using terraform to have some static credentials for a couple of service account type users.

Currently, it doesn't seem I can import an existing user nor can I create one while passing in a password.

Out of Scope

No response

Further links

No response

Acceptance Criteria

When a user object is created, I should be able to specify a password for it.

Implementation Ideas

Add a "password" field to the "for provider" section which would either take in a value or the ability to set "existingSecret" and "existingSecretPasswordKey"

This way I can specify a secret name and the name of the key within it.

This is also helpful for use with External Secrets Operator since we'd be able to generate random passwords and push them to our password manager directly

Alternatively, if no password is provided then sure, generate a random one.

@mircea-pavel-anton mircea-pavel-anton added the enhancement New feature or request label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant