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

Initial stub at implementing updating credentials #29

Closed
wants to merge 1 commit into from

Conversation

slayful
Copy link

@slayful slayful commented Oct 12, 2021

Related issue(s)

Checklist

Further Comments

@slayful slayful requested a review from aeneasr as a code owner October 12, 2021 17:25

type CredentialsBody struct {
Type CredentialsType `json:"type"`
Config sqlxx.JSONRawMessage `json:"config"`
Copy link
Author

Choose a reason for hiding this comment

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

This probably needs to be a different input type and has to be parsed and validated.

}

type CredentialsBody struct {
Type CredentialsType `json:"type"`
Copy link
Author

Choose a reason for hiding this comment

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

I'm not sure if I want to use this type, because it would kinda force us into accepting only hashed (more likely) or plain (less likely) passwords. I'd say upstream wants hashed but for our migration's purposes we want plain for the time being.

@harnash harnash removed the request for review from aeneasr October 20, 2021 10:58
@slayful slayful closed this Oct 20, 2021
@slayful slayful deleted the PLATFORM-6362 branch October 20, 2021 10:59
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.

1 participant