We have installed an splunk operator followed by an enterprise deployment.
Unfortunately since we enabled the app repos, to download apps from our s3-bucket, the operator is throwing the following error:
We have an OIDC provider to use an iam-role with a policy to access the s3-bucket.
We also added a remote access key, because the operator complained, that there is no secretRef set.
No more error and apps will be installed from our private and encrypted s3-bucket.
Splunk setup on K8S
Details of the Splunk setup on the K8s cluster.
This is our values.yaml of the splunk operator and the enterprise deployment. Note that it is converted to typescript/json, because we are deploying with AWS CDK.
I found the issue myself. It was the wrong scope of the app repos.
The MC and he SNTLN app repos has to be "local" instead of "cluster".
Hope this helps someone.
Please select the type of request
Bug
Tell us more
Describe the request
We have an OIDC provider to use an iam-role with a policy to access the s3-bucket. We also added a remote access key, because the operator complained, that there is no secretRef set.
Error Log of Splunk Operator
Expected behavior
Splunk setup on K8S
This is our values.yaml of the splunk operator and the enterprise deployment. Note that it is converted to typescript/json, because we are deploying with AWS CDK.
Splunk Operator Values Override
Splunk Enterprise Values Override
Reproduction/Testing steps
K8s environment
Additional context(optional)