|
31 | 31 | "description": "This architecture allows to deploy the External Secrets Operator on an existing IBM Cloud OpenShift Cluster." |
32 | 32 | }, |
33 | 33 | { |
34 | | - "title": "Configures the External Secrets Operator (ESO) Cluster Secrets Stores and Secrets Stores with the related ServiceIDs and Secrets Groups", |
35 | | - "description": "Deploy and configure ESO Cluster Secret Store resources for cluster scoped secrets store and ESO Secret Store resources for namespace scoped secrets store.<br/>For more details about Cluster Secret Store please refer to this [documentation](https://external-secrets.io/latest/api/clustersecretstore/).<br/>For more details about Secret Store please refer to this [documentation](https://external-secrets.io/latest/api/secretstore/)." |
36 | | - }, |
37 | | - { |
38 | | - "title": "Supports two different authentication methods in both the supported Secrets Store types, API key and Trusted Profile authentication", |
39 | | - "description": "This architecture allows to leverage on two different authentication methods, IAM API key and Truster Profile, in both the supported Secret Stores.<br/>For more details about configuri the Stores through this architecture input please refer to this [page](https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-external-secrets-operator/refs/heads/da_task_11723/solutions/fully-configurable/DA-eso-configuration.md)" |
| 34 | + "title": "Configures the External Secrets Operator (ESO) Cluster Secrets Stores and Secrets Stores with the related ServiceIDs, Secrets Groups and authentication methods", |
| 35 | + "description": "Deploy and configure ESO Cluster Secret Store resources for cluster scoped secrets store and ESO Secret Store resources for namespace scoped secrets store.<br/><br/>For more details about Cluster Secret Store please refer to this [documentation](https://external-secrets.io/latest/api/clustersecretstore/).<br/>For more details about Secret Store please refer to this [documentation](https://external-secrets.io/latest/api/secretstore/).<br/><br/>Both the Secret Store types support two different authentication methods, IAM API key and Truster Profile.<br/>For more details about configuri the Stores through this architecture input please refer to this [page](https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-external-secrets-operator/refs/heads/da_task_11723/solutions/fully-configurable/DA-eso-configuration.md)" |
40 | 36 | }, |
41 | 37 | { |
42 | 38 | "title": "Deploys and configures Stakater Reloader into the cluster", |
|
51 | 47 | "install_type": "fullstack", |
52 | 48 | "working_directory": "solutions/fully-configurable", |
53 | 49 | "iam_permissions": [ |
54 | | - { |
55 | | - "role_crns": [ |
56 | | - "crn:v1:bluemix:public:iam::::role:Administrator" |
57 | | - ], |
58 | | - "service_name": "iam-identity", |
59 | | - "notes": "[Optional] Required if Cloud automation for account configuration is enabled." |
60 | | - } |
61 | | - ], |
| 50 | + { |
| 51 | + "role_crns": [ |
| 52 | + "crn:v1:bluemix:public:iam::::role:Administrator" |
| 53 | + ], |
| 54 | + "service_name": "iam-identity" |
| 55 | + }, |
| 56 | + { |
| 57 | + "service_name": "secrets-manager", |
| 58 | + "role_crns": [ |
| 59 | + "crn:v1:bluemix:public:iam::::serviceRole:Administrator", |
| 60 | + "crn:v1:bluemix:public:iam::::serviceRole:Manager" |
| 61 | + ] |
| 62 | + }, |
| 63 | + { |
| 64 | + "service_name": "containers-kubernetes", |
| 65 | + "role_crns": [ |
| 66 | + "crn:v1:bluemix:public:iam::::serviceRole:Manager", |
| 67 | + "crn:v1:bluemix:public:iam::::role:Editor" |
| 68 | + ] |
| 69 | + } |
| 70 | + ], |
62 | 71 | "configuration": [ |
63 | 72 | { |
64 | 73 | "key": "ibmcloud_api_key" |
|
0 commit comments