Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed Dec 17, 2024
1 parent e42cca1 commit 2de347d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pkg/resource/logging-config/alloy-logging-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func generateAlloyConfig(lc loggedcluster.Interface, observabilityBundleVersion
SecretName: common.AlloyLogAgentAppName,
LoggingURLKey: common.LoggingURL,
LoggingTenantIDKey: common.LoggingTenantID,
LoggingUsernameKey: clusterName,
LoggingUsernameKey: common.LoggingUsername,
LoggingPasswordKey: common.LoggingPassword,
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ alloy:
tenant_id = nonsensitive(remote.kubernetes.secret.credentials.data["logging-tenant-id"])
basic_auth {
username = nonsensitive(remote.kubernetes.secret.credentials.data["test-installation"])
username = nonsensitive(remote.kubernetes.secret.credentials.data["logging-username"])
password = remote.kubernetes.secret.credentials.data["logging-password"]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ alloy:
tenant_id = nonsensitive(remote.kubernetes.secret.credentials.data["logging-tenant-id"])
basic_auth {
username = nonsensitive(remote.kubernetes.secret.credentials.data["test-cluster"])
username = nonsensitive(remote.kubernetes.secret.credentials.data["logging-username"])
password = remote.kubernetes.secret.credentials.data["logging-password"]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ alloy:
tenant_id = nonsensitive(remote.kubernetes.secret.credentials.data["logging-tenant-id"])
basic_auth {
username = nonsensitive(remote.kubernetes.secret.credentials.data["test-installation"])
username = nonsensitive(remote.kubernetes.secret.credentials.data["logging-username"])
password = remote.kubernetes.secret.credentials.data["logging-password"]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ alloy:
tenant_id = nonsensitive(remote.kubernetes.secret.credentials.data["logging-tenant-id"])
basic_auth {
username = nonsensitive(remote.kubernetes.secret.credentials.data["test-cluster"])
username = nonsensitive(remote.kubernetes.secret.credentials.data["logging-username"])
password = remote.kubernetes.secret.credentials.data["logging-password"]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ alloy:
tenant_id = nonsensitive(remote.kubernetes.secret.credentials.data["logging-tenant-id"])
basic_auth {
username = nonsensitive(remote.kubernetes.secret.credentials.data["test-cluster"])
username = nonsensitive(remote.kubernetes.secret.credentials.data["logging-username"])
password = remote.kubernetes.secret.credentials.data["logging-password"]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ alloy:
tenant_id = nonsensitive(remote.kubernetes.secret.credentials.data["logging-tenant-id"])
basic_auth {
username = nonsensitive(remote.kubernetes.secret.credentials.data["test-cluster"])
username = nonsensitive(remote.kubernetes.secret.credentials.data["logging-username"])
password = remote.kubernetes.secret.credentials.data["logging-password"]
}
Expand Down

0 comments on commit 2de347d

Please sign in to comment.