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

UI: Add missing RBD parameter #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Akrog
Copy link
Member

@Akrog Akrog commented Jun 25, 2020

The rbd_keyring_conf parameter has been marked as deprecated in Cinder
because it should not be used within OpenStack, as users there can see
the connection information and would then gain access to the whole
cluster.

But in Ember-CSI is completely different, because here normal users
should not have access to the Ember-CSI CRD objects where this
information is kept.

Since we are removing deprecated options by default this option was
removed from the form and examples, so in this patch we forcefully add
it in the generator.

The rbd_keyring_conf parameter has been marked as deprecated in Cinder
because it should not be used within OpenStack, as users there can see
the connection information and would then gain access to the whole
cluster.

But in Ember-CSI is completely different, because here normal users
should not have access to the Ember-CSI CRD objects where this
information is kept.

Since we are removing deprecated options by default this option was
removed from the form and examples, so in this patch we forcefully add
it in the generator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant