-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
Description
Environment info
- NooBaa Version: master
- Platform: NC
Actual behavior
- Currently we save a property of email in the account schema as the account name.
Expected behavior
- We wished to remove the email from the NSFS NC schema.
(if you have the time it is worth asking about this property in noobaa system in general).
Steps to reproduce
- none - internal change.
More information - Screenshots / Logs / Other output
- When working on issue NSFS | NC | CLI | Deprecate email from CLI #7766 in PR NSFS | NC | Remove Email from NSFS Account and Bucket in manage_nsfs (CLI) #7801 trying to remove the email internally, it raised questions about functions that we use in noobaa system in general that identify the account by email, for example in function
has_bucket_action_permission
(see comment).