okta / okta-sdk-golang

A Golang SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
https://github.com/okta/okta-sdk-golang
Other
173 stars 143 forks source link

Try to read .okta.yaml config file from working directory #382

Open ConnorWidtfeldt opened 1 year ago

ConnorWidtfeldt commented 1 year ago

Summary

The documentation makes it sound like the expected behavior regarding the .okta.yaml file is to read it from the applications directory. This, however, tries to read the config file from the shared library when not building statically. Instead of patching this behavior, in case somebody depends on it, I have added another check to try to load the config file from the applications working directory.

Fixes #349

Type of PR

Signoff

github-actions[bot] commented 1 year ago

This PR has been marked stale because there has been no activity within the last 28 days. To keep this PR active, remove the stale label.

github-actions[bot] commented 1 year ago

This PR has been marked stale because there has been no activity within the last 28 days. To keep this PR active, remove the stale label.

github-actions[bot] commented 9 months ago

This PR has been marked stale because there has been no activity within the last 28 days. To keep this PR active, remove the stale label.