You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Secrets Manager secret containing rds configuration contains a port number that gets translated to int by Secrets Store CSI driver. The secret synchronization fails with Invalid JMES search result type for path:port. Only string is allowed.
Steps To Reproduce
Use secrets-store-csi-driver-provider-aws-0.3.5
Expected behavior
Port should be parsed correctly.
Environment
Kubernetes version 1.24
Using EKS (yes/no), if so version? 1.24
Kubeflow version v1.7.0-aws-b1.0.3-3-g2cf1b6aa
AWS build number v1.7.0-aws-b1.0.3-3-g2cf1b6aa
AWS service targeted (S3, RDS, etc.) RDS
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Secrets Manager secret containing rds configuration contains a port number that gets translated to int by Secrets Store CSI driver. The secret synchronization fails with
Invalid JMES search result type for path:port. Only string is allowed.
Steps To Reproduce
Use secrets-store-csi-driver-provider-aws-0.3.5
Expected behavior
Port should be parsed correctly.
Environment
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: