oracle-quickstart / oci-kubernetes-monitoring

Kubernetes Monitoring with OCI Observability & Management Platform
https://www.oracle.com/manageability/logging-analytics/
Universal Permissive License v1.0
46 stars 37 forks source link

Cross Tenancy Logging Using Instance Principal #95

Open alikhanxgrid opened 2 months ago

alikhanxgrid commented 2 months ago

I have configured instance principal for my dynamic group to be able to send logs to another tenancy using Admit/Endorse policies. I tested the dynamic group by listing buckets in my TenancyB from TenancyA using my OCI CLI which was working fine but Fluentd fails upload logs using the instance principal from TenancyA to TenancyB. I used user config based approach to send logs to cross tenancy from TenancyA to TenancyB which worked fine. Seems like only Instance Principal approach is where its failing. Can you confirm that its possible or not and if not how can I help you guys make this possible.

alikhanxgrid commented 2 weeks ago

any updates on this ?