-
Notifications
You must be signed in to change notification settings - Fork 1
Create Fully Configurable and Security Enforced DA #399
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
Changes from 1 commit
e681f74
721c822
209aafc
887c750
213d67b
ae12f6d
959e735
9555205
8d0cc00
45012ba
2a3cbe6
28fb5ef
c8d694a
427f49f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,7 +30,6 @@ | |
| { | ||
| "title": "KMS encryption", | ||
| "description": "Provides [KMS encryption](https://cloud.ibm.com/docs/messages-for-rabbitmq?topic=messages-for-rabbitmq-key-protect&interface=ui) for the data that you store in the database, enhancing data security." | ||
|
|
||
| }, | ||
| { | ||
| "title": "Autoscaling", | ||
|
|
@@ -64,7 +63,7 @@ | |
| "iam_permissions": [ | ||
| { | ||
| "role_crns": [ | ||
| "crn:v1:bluemix:public:iam::::role:Viewer" | ||
| "crn:v1:bluemix:public:iam::::role:Viewer" | ||
| ], | ||
| "service_name": "Resource group only", | ||
| "notes": "Viewer access is required in the resource group you want to provision in." | ||
|
|
@@ -133,7 +132,6 @@ | |
| { | ||
| "key": "existing_resource_group_name", | ||
| "display_name": "resource_group", | ||
| "required": true, | ||
| "custom_config": { | ||
| "type": "resource_group", | ||
| "grouping": "deployment", | ||
|
|
@@ -372,10 +370,10 @@ | |
| "key": "skip_rabbitmq_kms_auth_policy" | ||
| }, | ||
| { | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. add
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. redis doesn't use cbr_rules. should I remove it from this as well? |
||
| "key": "cbr_rules" | ||
| "key": "existing_rabbitmq_instance_crn" | ||
| }, | ||
| { | ||
| "key": "existing_rabbitmq_instance_crn" | ||
| "key": "cbr_rules" | ||
| } | ||
| ] | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. check security-enforced as well |
||
| }, | ||
|
|
@@ -397,7 +395,7 @@ | |
| "iam_permissions": [ | ||
| { | ||
| "role_crns": [ | ||
| "crn:v1:bluemix:public:iam::::role:Viewer" | ||
| "crn:v1:bluemix:public:iam::::role:Viewer" | ||
| ], | ||
| "service_name": "Resource group only", | ||
| "notes": "Viewer access is required in the resource group you want to provision in." | ||
|
|
@@ -447,7 +445,7 @@ | |
| }, | ||
| { | ||
| "key": "existing_resource_group_name", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sync with redis |
||
| "required": true, | ||
| "display_name": "resource_group", | ||
| "custom_config": { | ||
| "type": "resource_group", | ||
| "grouping": "deployment", | ||
|
|
@@ -636,10 +634,10 @@ | |
| "key": "skip_rabbitmq_kms_auth_policy" | ||
| }, | ||
| { | ||
| "key": "cbr_rules" | ||
| "key": "existing_rabbitmq_instance_crn" | ||
| }, | ||
| { | ||
| "key": "existing_rabbitmq_instance_crn" | ||
| "key": "cbr_rules" | ||
| } | ||
| ] | ||
| } | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah that arrow was an accident. I've removed it. |
||
|
|
||



There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes added to
fully-configurableapply tosecurity-enforcedas well