Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: General SDK improvements #48

Merged
merged 3 commits into from
Aug 19, 2024
Merged

Conversation

DanielHougaard
Copy link
Collaborator

This PR addresses a few different points, hence the vague pull request naming.

  1. Access token auth failing (Fix)
    a. Access token auth was implemented a while back, but there seems to have been a translation bug from when the auth method validation was refactored. This PR fixes access token based auth entirely.
  2. Include imports on retrieve single secret (Fix)
    a. Include imports was failing when trying to retrieve a single secret due to a Boolean => String type conversion error, resulting in the request parameters not being sent correctly.
  3. Expand secret references on single secret (Feat)
    a. Added secret interpolation support to the retrieve single secret function.

@DanielHougaard DanielHougaard merged commit 57a84dd into main Aug 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants