Skip to content

Plugin does not work correctly with AWS Connection #369

@benwaine

Description

@benwaine

Hey, thanks for developing this plugin.

I'm using:

OSX Sequoia 15.5
InteliJ Version: IntelliJ IDEA 2025.1.2 (Ultimate Edition)
AWS Tool Kit Plugin: 3.82.251

I use KoTest for (amongst other things) writing integration test suites. Some integration tests involve querying AWS resources. When I try and add AWS credentials to a KoTest run profile they fail to be used or persisted on the profile.

Steps To Reproduce:

  1. Click the gutter play icon next to a describe block
  2. KoTest run profile created, observe failure due to lack of AWS credentials
  3. Click "edit" next to the run profile
  4. Select "use currently selected profile" in the AWS section of the profile
  5. Click run, observe failure due to lack of AWS credentials
  6. Click "edit" next to the run profile, observe AWS credentials section reset default

Expected behaviour would be that the AWS credentials selection has persisted and that the AWS_ACCESS_KEY, AWS_SECRET_ACCESS_KEY and AWS_SESSION_TOKEN environment variables are available to the process running the test.

I see this behaviour work successfully in the JUNIT test plugin and when running a function directly from the IDE, leading me to believe there might be a bug in the plugin.

Is anyone able to help with this?

Thanks!

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions