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

Feature/rmk 29 refactor internal logic of rmk cluster provider initialization and selection #40

Conversation

apanasiuk-el
Copy link
Contributor

No description provided.

@apanasiuk-el apanasiuk-el linked an issue Aug 7, 2024 that may be closed by this pull request
1 task
cmd/project.go Outdated Show resolved Hide resolved
cmd/flags.go Show resolved Hide resolved
anovikov-el
anovikov-el previously approved these changes Oct 2, 2024
cmd/cluster.go Outdated Show resolved Hide resolved
cmd/config.go Outdated Show resolved Hide resolved
providers/azure_provider/azure.go Outdated Show resolved Hide resolved
anovikov-el
anovikov-el previously approved these changes Nov 3, 2024
anovikov-el
anovikov-el previously approved these changes Nov 21, 2024
if err != nil {
var respError *apierror.APIError
if errors.As(err, &respError) && respError.GRPCStatus().Code().String() == gRPCErrorPermissionDenied {
zap.S().Warnf("permission denied to get access for GCP secrets values")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

permission denied to get access to GCP secrets values

if err != nil {
var respError *apierror.APIError
if errors.As(err, &respError) && respError.GRPCStatus().Code().String() == gRPCErrorPermissionDenied {
zap.S().Warnf("permission denied to add to secret %s value", keyName)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

permission denied to add GCP secret %s value

anovikov-el
anovikov-el previously approved these changes Dec 16, 2024
anovikov-el
anovikov-el previously approved these changes Dec 17, 2024
anovikov-el
anovikov-el previously approved these changes Dec 17, 2024
anovikov-el
anovikov-el previously approved these changes Dec 18, 2024
@apanasiuk-el apanasiuk-el marked this pull request as ready for review December 19, 2024 08:40
@apanasiuk-el apanasiuk-el merged commit 6e0a217 into develop Dec 19, 2024
1 check passed
@apanasiuk-el apanasiuk-el deleted the feature/RMK-29-refactor-internal-logic-of-rmk-cluster-provider-initialization-and-selection branch December 19, 2024 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor internal logic of RMK cluster provider initialization and selection
3 participants