-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add info alert for In-transit Encryption in external mode #1647
base: master
Are you sure you want to change the base?
Conversation
/cc @travisn |
...s/create-storage-system/create-storage-system-steps/security-and-network-step/encryption.tsx
Outdated
Show resolved
Hide resolved
We need few more changes now if we are removing in-transit from external mode:
|
@malayparida2000 i think we dont need to for internal mode also, as we made this by-default in both the modes downstream |
No, Actually we made RequireMSGR2 default, Not Encryption. Encryption in transit is still an option to be choosen. |
|
85f0365
to
ca35c69
Compare
For enabling Encryption for External Mode
On ODF Cluster-
|
Along with [1] removed another change I found. |
As I see we have 2 options, |
steps seems fairly straightforward to me, instead of removing checkbox from the external mode UI we can also consider just adding link to pre/post-requisite CLI steps (doc) and adding an info message on the UI. @malayparida2000 can we plz discuss this with Eran/Chandan ?? Or, is it already discussed and decided to move forward with removal of the checkbox ?? |
based on the steps shared here: #1647 (comment), looks like RHSTOR-5286 is not affected. |
There has been no discussion, This PR is just a proposal from my side to drive that discussion forward, whichever option from the 2 I mentioned we find more preferable we can proceed with that. |
Created a slack thread for finalising the choice https://ibm-systems-storage.slack.com/archives/C06SS96EECT/p1729503293391979 |
/hold until there is consensus on the step to be taken |
then we need to introduce a new flag in the python script, before skipping it here. |
Flag for? |
Instead of having this, user need to pass the details using a flag, and it should update the encryption. |
7f253f7
to
2ee5431
Compare
Acc to the discussion with Eran we would keep the checkbox with additional details about the required configurations in RHCS cluster. |
/retitle Change description of In-transit Encryption checkbox |
2ee5431
to
b3ca8d2
Compare
/unhold |
@malayparida2000 need to run |
b3ca8d2
to
f0c2e3d
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: malayparida2000 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks, Updated now. |
4b06dbd
to
43257d7
Compare
43257d7
to
7b23bd2
Compare
/retitle Add info alert for In-transit Encryption in external mode |
@malayparida2000 so we are keeping the checkbox to update the storagecluster? |
Yes Parth according to the discussion we had with Eran & Chandan we would retain the checkbox with an added info alert. |
9a5f25d
to
04d6ef7
Compare
/cc @SanjalKatiyar |
...s/create-storage-system/create-storage-system-steps/security-and-network-step/encryption.tsx
Outdated
Show resolved
Hide resolved
...s/create-storage-system/create-storage-system-steps/security-and-network-step/encryption.tsx
Show resolved
Hide resolved
...s/create-storage-system/create-storage-system-steps/security-and-network-step/encryption.tsx
Outdated
Show resolved
Hide resolved
04d6ef7
to
d1a9be1
Compare
...s/create-storage-system/create-storage-system-steps/security-and-network-step/encryption.tsx
Outdated
Show resolved
Hide resolved
100a3e2
to
312334b
Compare
The configurations for In-Transit Encryption in external mode are all required to be done on the RHCS cluster by the ceph admin. Ticking the checkbox on ODF side only sets the kernel mount option for cephFS. So it might be misleading the user to think, the checkbox is enough to enable Eit in external mode. So added an info alert under the checkbox to clarify that settings need to be applied on the RHCS cluster. Also reworded the description of the checkbox to make it more clear to the user. Signed-off-by: Malay Kumar Parida <[email protected]>
312334b
to
c857ec1
Compare
https://issues.redhat.com/browse/RHSTOR-6581
The configurations for In-Transit Encryption in external mode are all required to be done on the RHCS cluster by the ceph admin. Ticking the checkbox on ODF side only sets the kernel mount option for cephFS. So it might be misleading the user to think, the checkbox is enough to enable Eit in external mode. So added an info alert under the checkbox to clarify that settings need to be applied on the RHCS cluster. Also reworded the description of the checkbox to make it more clear to the user.