Skip to content
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

fix bugs #1230

Merged
merged 3 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ CVE-2023-5678

#golang MEDIUM
CVE-2023-48795
CVE-2024-24786
CVE-2024-24786
CVE-2023-45288
3 changes: 1 addition & 2 deletions build/common/installer/scripts/tomlparser-agent-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
@fbitTailIgnoreOlder = ""
@storageTotalLimitSizeMB = 200
@outputForwardWorkers = 10
# retries infinetly until it succeeds
@outputForwardRetryLimit = "no_limits"
@outputForwardRetryLimit = 10
@requireAckResponse = "false"

# configmap settings related to mdsd
Expand Down
2 changes: 1 addition & 1 deletion charts/azuremonitor-containers-geneva/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

genevaLogsConfig:
aadpodidbinding: "<AAD_POD_IDENTITY_NAME>" # AAD POD Identity Name in case of AAD POD Managed Identity
authid: "<object_id#<guid> or client_id#<guid> or mi_res_id#<identity resource id>>" # object_id#<guid> or client_id#<guid> or mi_res_id#<identity resource id>
authid: "<client_id#<guid>>" # MUST be in this format: client_id#<guid of the user assigned managed identity>
environment: "<your_geneva_environment_name>" # Supported values Test, Stage, DiagnosticsProd, FirstpartyProd, BillingProd, ExternalProd, CaMooncake, CaFairfax, CaBlackforest
account: "<your_geneva_account_name>" # name of the Geneva Logs account
namespace: "<your_geneva_account_namespace>" # name of the Geneva Logs account namespace
Expand Down
Loading