Skip to content

Conversation

@rhafer
Copy link

@rhafer rhafer commented Mar 20, 2025

No description provided.


updater := func(a map[string]*apppb.AppPassword) (map[string]*apppb.AppPassword, error) {
for key, pw := range a {
// Allow deleting a token using the password hash. This is neede because of
Copy link

Choose a reason for hiding this comment

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

Suggested change
// Allow deleting a token using the password hash. This is neede because of
// Allow deleting a token using the password hash. This is needed because of

for key, pw := range a {
// Allow deleting a token using the password hash. This is neede because of
// some shortcomings of the CS3 APIs. On the API level tokens don't have IDs
// ListAppPasswords only returns the hashed password. So allowing to delelte
Copy link

Choose a reason for hiding this comment

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

Suggested change
// ListAppPasswords only returns the hashed password. So allowing to delelte
// ListAppPasswords only returns the hashed password. So allowing to delete

@rhafer rhafer merged commit a946c0d into opencloud-eu:main Mar 20, 2025
2 checks passed
@openclouders openclouders mentioned this pull request Mar 20, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants