Uploading SaaS Connectors using GitHub Actions

Description

Developer Advocate Tyler Mairose as he shares how to create a custom GitHub Action that automates uploading connectors to your Identity Security Cloud tenant, removing the need for manual CLI setups. Simplify your workflow by passing just a few variables. Tyler will lead you through building and testing this action with a practical connector project, showcasing its real-world benefits.

Additional Resources

Hey Tyler,

I was curious if anyone had messed with running automated unit tests as part of a PR? Seems GitHub actions could handle this, but I wasn’t sure if it was on your radar. If we start to have connectors with lots of contributors, it might be a useful feature to implement

@mcheek

Hey Mark,

We could certainly do that with Github Actions. We actually do automated tests for our SDKs before PRs are merged in as well as our releases.

It would definitely be good to have unit tests for connectors, when you are talking about connectors are you referring to community built connectors that are located in other repositories or would you see unit tests being a part of this Upload Action?

Correct. I know most repos are maintained by one person, but if we ever get to the point where multiple people contribute support, it would be good to have some automated unit tests as part of the PR process

1 Like