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
Our aws config is setup to use SSO for authenticating with AWS resources. When running the command eksup analyze -c <cluster_name> --region us-east-2 I am getting the following error:
WARN aws_config::provider_config: failed to parse profile, err: could not parse profile file: error parsing /Users/pt/.aws/config on line 14:
Expected a property definition, found continuation (ParseError(ProfileParseError { location: Location { line_number: 14, path: "/Users/pt/.aws/config" }, message: "Expected a property definition, found continuation" }))
at /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-config-0.56.1/src/provider_config.rs:234
WARN aws_config::meta::credentials::chain: provider failed to provide credentials, provider: Profile, error: the credentials provider was not properly configured: ProfileFile provider could not be built: invalid profile: could not parse profile file (InvalidConfiguration(InvalidConfiguration { source: "ProfileFile provider could not be built: invalid profile: could not parse profile file" }))
at /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-config-0.56.1/src/meta/credentials/chain.rs:92
ERROR eksup::eks::resources: Cluster not found
at eksup/src/eks/resources.rs:23
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Our aws config is setup to use SSO for authenticating with AWS resources. When running the command
eksup analyze -c <cluster_name> --region us-east-2
I am getting the following error:Beta Was this translation helpful? Give feedback.
All reactions