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

🩹 [Patch]: Update test setup to use Context instead of SecretStore #80

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

MariusStorhaug
Copy link
Member

Description

This pull request includes a significant update to the tests/Context.Tests.ps1 file, where the code for handling secrets has been replaced with code for handling contexts. The most important change is the replacement of secret management commands with context management commands.

Changes to context management:

  • Replaced $secrets variable and associated commands with $contexts variable and new context management commands. This includes updating the retrieval, verbose logging, and removal operations to use contexts instead of secrets.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@MariusStorhaug MariusStorhaug added the NoRelease Do not create a release label Feb 11, 2025
@MariusStorhaug MariusStorhaug self-assigned this Feb 11, 2025
@MariusStorhaug MariusStorhaug merged commit 09487e5 into main Feb 11, 2025
21 checks passed
@MariusStorhaug MariusStorhaug deleted the FixTests branch February 11, 2025 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NoRelease Do not create a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant