You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1833: feat(encryption): fetch secret params from secret source r=dsharma-dc a=dsharma-dc
When no encryption parameters present create pool request => non-encrypted pool created. no parsing required.
When encryption parameters present source in create/import pool request:
1. if source file/Secret not found - create/import fails.
2. if file/Secret found but data has parsing issues -> create/import fails.
3. if file/Secret parsed successfully -> create/import succeeds.
Basically if a secret source is provided(either a file or a K8s secret), we should always fail if there is any trouble getting params.
Co-authored-by: Diwakar Sharma <diwakar.sharma@datacore.com>
0 commit comments