generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Create DA #226
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
Open
Aayush-Abhyarthi
wants to merge
15
commits into
main
Choose a base branch
from
DA
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+481
−8
Open
Create DA #226
Changes from 10 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
c934a1a
DA
Aayush-Abhyarthi 641dd20
update: ibm_catalog.json
Aayush-Abhyarthi 19d54ba
Merge branch 'main' into DA
Aayush-Abhyarthi a71b3d1
SKIP UPGRADE TEST
Aayush-Abhyarthi 68e9f46
Merge remote-tracking branch 'origin/DA' into DA
Aayush-Abhyarthi 0f7de90
Merge branch 'main' into DA
Aayush-Abhyarthi 8436ea3
pass prefix through test
Aayush-Abhyarthi f2542f6
Merge remote-tracking branch 'origin/DA' into DA
Aayush-Abhyarthi ce8d34a
pass cis id
Aayush-Abhyarthi 9e080bc
ass catalonvalidation file
Aayush-Abhyarthi b1e6211
resolve comments
Aayush-Abhyarthi 12de501
Merge branch 'main' into DA
Ak-sky 23b5aa2
fix: variable name
Aayush-Abhyarthi 6948afb
resolve comments
Aayush-Abhyarthi 932ee66
update: provider version
Aayush-Abhyarthi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
apiVersion: v1 | ||
offerings: | ||
- name: deploy-arch-secrets-manager-public-cert-engine | ||
kind: solution | ||
catalog_id: 7df1e4ca-d54c-4fd0-82ce-3d13247308cd | ||
offering_id: | ||
variations: | ||
- name: fully-configurable | ||
mark_ready: true | ||
install_type: fullstack | ||
scc: | ||
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37 | ||
region: us-south |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,192 @@ | ||
{ | ||
"products": [ | ||
{ | ||
"name": "deploy-arch-secrets-manager-public-cert-engine", | ||
"label": "Cloud automation for secrets manager public certificates engine", | ||
"product_kind": "solution", | ||
"tags": [ | ||
"ibm_created", | ||
"target_terraform", | ||
"terraform", | ||
"solution", | ||
"security" | ||
], | ||
"keywords": [ | ||
"Public certificates engine", | ||
"Secrets Manager", | ||
"IaC", | ||
"infrastructure as code", | ||
"terraform", | ||
"solution" | ||
], | ||
"short_description": "Creates and configures a Secrets Manager Public Certificates Engine.", | ||
"long_description" : "This deployable architecture is used to provision and configure a CIS DNS configuration, authorization between Secrets Manager and Cloud Internet Service and Let's Encrypt certificate authority configuration. This Terraform-based automation is part of a broader suite of IBM-maintained Infrastructure as Code (IaC) asset collection, each following the naming pattern \"Cloud automation for *servicename*\" and focusing on single IBM Cloud service. These deployable architectures can be used on their own to streamline and automate service deployments through an [IaC approach](https://cloud.ibm.com/docs/secure-enterprise?topic=secure-enterprise-understanding-projects), or assembled together into a broader [automated IaC stack](https://cloud.ibm.com/docs/secure-enterprise?topic=secure-enterprise-config-stack) to automate the deployment of an end-to-end solution architecture.", | ||
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-secrets-manager-public-cert-engine/blob/main/README.md", | ||
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-secrets-manager-public-cert-engine/main/images/secrets_manager_public_cert_engine.svg", | ||
"provider_name": "IBM", | ||
"features": [ | ||
{ | ||
"title": "Creates CIS DNS", | ||
"description": "Creates and configures Cloud Internet Service DNS" | ||
}, | ||
{ | ||
"title": "Creates SM CIS authorization", | ||
"description": "Creates authorization between Secrets Manager and CIS" | ||
}, | ||
{ | ||
"title": "Configures Let's Encrypt certificate authority", | ||
"description": "Configures Let's Encrypt certificate authority" | ||
} | ||
], | ||
"support_details": "This product is in the community registry, as such support is handled through the originated repo. If you experience issues please open an issue in that repository [https://github.com/terraform-ibm-modules/terraform-ibm-secrets-manager-public-cert-engine/issues](https://github.com/terraform-ibm-modules/terraform-ibm-secrets-manager-public-cert-engine/issues). Please note this product is not supported via the IBM Cloud Support Center.", | ||
"flavors": [ | ||
{ | ||
"label": "Fully configurable", | ||
"name": "fully-configurable", | ||
"install_type": "fullstack", | ||
"working_directory": "solutions/fully-configurable", | ||
"architecture": { | ||
"descriptions": "This architecture supports creating and configuring a Secrets Manager Public Certificates Engine.", | ||
"features": [ | ||
{ | ||
"title": "Provision a CIS DNS configuration", | ||
"description": "Yes" | ||
}, | ||
{ | ||
"title": "Authorization between Secrets Manager and Cloud Internet Service", | ||
"description": "Yes" | ||
}, | ||
{ | ||
"title": "Provisions a Let's Encrypt certificate authority", | ||
"description": "Yes" | ||
} | ||
], | ||
"diagrams": [ | ||
{ | ||
"diagram": { | ||
"caption": "Secrets Manager Public Certificates Engine", | ||
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-secrets-manager-public-cert-engine/main/reference-architecture/secrets_manager_public_cert_engine.svg", | ||
"type": "image/svg+xml" | ||
}, | ||
"description": "This architcture supports creating secrets manager public certificates engine within a secrets manager instance." | ||
} | ||
] | ||
}, | ||
"iam_permissions": [ | ||
{ | ||
"service_name": "iam-access-groups", | ||
"role_crns": [ | ||
"crn:v1:bluemix:public:iam::::role:Editor" | ||
] | ||
}, | ||
{ | ||
"service_name": "iam-identity", | ||
"role_crns": [ | ||
"crn:v1:bluemix:public:iam::::role:Operator" | ||
] | ||
}, | ||
{ | ||
"service_name": "resource-group", | ||
"role_crns": [ | ||
"crn:v1:bluemix:public:iam::::role:Viewer" | ||
] | ||
}, | ||
{ | ||
"service_name": "secrets-manager", | ||
"role_crns": [ | ||
"crn:v1:bluemix:public:iam::::serviceRole:Administrator", | ||
"crn:v1:bluemix:public:iam::::serviceRole:Manager" | ||
] | ||
}, | ||
{ | ||
"service_name": "cloud-object-storage", | ||
"notes": "[Optional] Required if you are enabling VPC flow logs", | ||
"role_crns": [ | ||
"crn:v1:bluemix:public:iam::::serviceRole:Manager", | ||
"crn:v1:bluemix:public:iam::::role:Editor" | ||
] | ||
} | ||
], | ||
"configuration": [ | ||
{ | ||
"key": "ibmcloud_api_key" | ||
}, | ||
{ | ||
"key": "existing_secrets_manager_crn", | ||
"required": true | ||
}, | ||
{ | ||
"key": "prefix", | ||
"required": true | ||
}, | ||
{ | ||
"key": "ibmcloud_cis_api_key" | ||
}, | ||
{ | ||
"key": "internet_services_crn" | ||
}, | ||
{ | ||
"key": "cis_account_id" | ||
}, | ||
{ | ||
"key": "internet_service_domain_id" | ||
}, | ||
{ | ||
"key": "dns_config_name" | ||
}, | ||
{ | ||
"key": "ca_config_name" | ||
}, | ||
{ | ||
"key": "lets_encrypt_environment" | ||
}, | ||
{ | ||
"key": "acme_letsencrypt_private_key" | ||
}, | ||
{ | ||
"key":"private_key_secrets_manager_instance_guid" | ||
}, | ||
{ | ||
"key":"private_key_secrets_manager_region" | ||
}, | ||
{ | ||
"key":"private_key_secrets_manager_secret_id" | ||
}, | ||
Aayush-Abhyarthi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
{ | ||
"key":"skip_iam_authorization_policy", | ||
"options": [ | ||
Aayush-Abhyarthi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
{ | ||
"displayname": "true", | ||
"value": "true" | ||
}, | ||
{ | ||
"displayname": "false", | ||
"value": "false" | ||
} | ||
] | ||
} | ||
], | ||
"dependencies": [ | ||
{ | ||
"name": "deploy-arch-ibm-secrets-manager", | ||
"id": "5f149ae6-d781-460a-977d-c8c4171ad0fa-global", | ||
"version": "^v1.3.0", | ||
Aayush-Abhyarthi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"flavors": ["fully-configurable"], | ||
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3", | ||
"optional": true, | ||
"on_by_default": true, | ||
"ignore_auto_referencing": ["*"], | ||
"input_mapping": [ | ||
{ | ||
"dependency_output": "secrets_manager_crn", | ||
"version_input": "existing_secrets_manager_crn" | ||
} | ||
] | ||
} | ||
], | ||
"dependency_version_2": true | ||
} | ||
] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
reference-architecture/secrets_manager_public_cert_engine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.