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

Remove objectstore credentials #17696

Merged
merged 3 commits into from
Nov 7, 2019
Merged

Conversation

kesselb
Copy link
Contributor

@kesselb kesselb commented Oct 26, 2019

Close #17659

S3: key and secret
Swift v2: also remove the username
Swift v3: user.name and user.password

S3: key and secret
Swift v3: user.name and user.password

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Also remove the username for Swift v2 and add todo for unclear keys.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
@@ -64,13 +64,24 @@ class SystemConfig {
],
'objectstore' => [
'arguments' => [
'password' => true,
// @Todo: Is this still valid?
Copy link
Member

Choose a reason for hiding this comment

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

yeah keep it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is this a change request? 🤔 Todo refers to options => ['credentials => [...]]. password is still there just moved it below to Swift v2. I could not find any usage for the options syntax.

Copy link
Member

Choose a reason for hiding this comment

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

yeah it is ancient swift code but could still be in use

@rullzer rullzer requested a review from skjnldsv October 31, 2019 15:15
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Copy link
Member

@nickvergessen nickvergessen left a comment

Choose a reason for hiding this comment

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

Fine in general, but I would keep the password thingy just to be sure

@rullzer rullzer merged commit 03d9e05 into master Nov 7, 2019
@rullzer rullzer deleted the enh/17659/hide-objectstore-credentials branch November 7, 2019 08:14
@kesselb
Copy link
Contributor Author

kesselb commented Nov 22, 2019

/backport to stable17

@backportbot-nextcloud
Copy link

backport to stable17 in #18075

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nextcloud.occ config:list prints object storage credentials
3 participants