|
493 | 493 | "features": [ |
494 | 494 | { |
495 | 495 | "title": " ", |
496 | | - "description": "Configured to use IBM secure by default standards, but can be edited to fit your use case." |
| 496 | + "description": "Configures the Activity Tracker Event Routing service to route auditing events to an Object Storage bucket and Cloud Logs target" |
497 | 497 | } |
498 | 498 | ], |
499 | 499 | "diagrams": [ |
|
507 | 507 | } |
508 | 508 | ] |
509 | 509 | } |
| 510 | + }, |
| 511 | + { |
| 512 | + "label": "Event Routing account settings", |
| 513 | + "name": "event-routing-account-settings", |
| 514 | + "index": 2, |
| 515 | + "install_type": "fullstack", |
| 516 | + "working_directory": "solutions/event-routing-account-settings", |
| 517 | + "configuration": [ |
| 518 | + { |
| 519 | + "key": "ibmcloud_api_key" |
| 520 | + }, |
| 521 | + { |
| 522 | + "key": "default_targets", |
| 523 | + "custom_config": { |
| 524 | + "grouping": "deployment", |
| 525 | + "original_grouping": "deployment", |
| 526 | + "config_constraints": { |
| 527 | + "type": "string" |
| 528 | + } |
| 529 | + } |
| 530 | + }, |
| 531 | + { |
| 532 | + "key": "primary_metadata_region" |
| 533 | + }, |
| 534 | + { |
| 535 | + "key": "backup_metadata_region" |
| 536 | + }, |
| 537 | + { |
| 538 | + "key": "permitted_target_regions", |
| 539 | + "custom_config": { |
| 540 | + "grouping": "deployment", |
| 541 | + "original_grouping": "deployment", |
| 542 | + "config_constraints": { |
| 543 | + "type": "string" |
| 544 | + } |
| 545 | + } |
| 546 | + }, |
| 547 | + { |
| 548 | + "key": "private_api_endpoint_only" |
| 549 | + }, |
| 550 | + { |
| 551 | + "key": "provider_visibility", |
| 552 | + "hidden": true, |
| 553 | + "options": [ |
| 554 | + { |
| 555 | + "displayname": "private", |
| 556 | + "value": "private" |
| 557 | + }, |
| 558 | + { |
| 559 | + "displayname": "public", |
| 560 | + "value": "public" |
| 561 | + }, |
| 562 | + { |
| 563 | + "displayname": "public-and-private", |
| 564 | + "value": "public-and-private" |
| 565 | + } |
| 566 | + ] |
| 567 | + } |
| 568 | + ], |
| 569 | + "iam_permissions": [ |
| 570 | + { |
| 571 | + "service_name": "All account management services", |
| 572 | + "role_crns": [ |
| 573 | + "crn:v1:bluemix:public:iam::::role:Administrator" |
| 574 | + ] |
| 575 | + }, |
| 576 | + { |
| 577 | + "service_name": "atracker", |
| 578 | + "role_crns": [ |
| 579 | + "crn:v1:bluemix:public:iam::::role:Administrator" |
| 580 | + ] |
| 581 | + } |
| 582 | + ], |
| 583 | + "architecture": { |
| 584 | + "features": [ |
| 585 | + { |
| 586 | + "title": " ", |
| 587 | + "description": "Configures account settings for Activity Tracker Event Routing." |
| 588 | + } |
| 589 | + ], |
| 590 | + "diagrams": [ |
| 591 | + { |
| 592 | + "diagram": { |
| 593 | + "caption": "Event Routing Account Settings", |
| 594 | + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-activity-tracker/main/reference-architecture/deployable-architecture-account-settings.svg", |
| 595 | + "type": "image/svg+xml" |
| 596 | + }, |
| 597 | + "description": "This architecture supports configuring the Activity Tracker Event Routing Account Settings." |
| 598 | + } |
| 599 | + ] |
| 600 | + } |
510 | 601 | } |
511 | 602 | ] |
512 | 603 | } |
|
0 commit comments