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

API, API-CLIENT: Add environmentSlug in multiple places across the secret module #486

Closed
rajdip-b opened this issue Oct 13, 2024 · 3 comments · Fixed by #509
Closed

API, API-CLIENT: Add environmentSlug in multiple places across the secret module #486

rajdip-b opened this issue Oct 13, 2024 · 3 comments · Fixed by #509
Assignees
Labels

Comments

@rajdip-b
Copy link
Member

Description

Add slug along with environmentId across multiple places in secret module. In simple terms, while returning the data, we are returning just the environmentId. We would instead like to return something like this:

{
  //...
  environment: {
    id: '',
    slug: ''
  },
  //...
}

Solution

List of files to update:

@anudeeps352
Copy link
Contributor

/attempt

Copy link

Assigned the issue to @anudeeps352!

@rajdip-b rajdip-b moved this from Todo to In progress in keyshade-api Oct 14, 2024
@rajdip-b rajdip-b moved this from In progress to Under review in keyshade-api Oct 23, 2024
@github-project-automation github-project-automation bot moved this from Under review to Done in keyshade-api Oct 25, 2024
@rajdip-b rajdip-b moved this from Done to Queued for release in keyshade-api Oct 25, 2024
@rajdip-b
Copy link
Member Author

rajdip-b commented Nov 5, 2024

🎉 This issue has been resolved in version 2.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
2 participants