V2.3.0 features#1411
Merged
Merged
Conversation
Normally we refuse to overwrite AWS_ environment variables if they are already set in the current shell and exit with an error. This flag will allow overwrites. Fixes: #1095
Threads context.Context through SecureStorage so lock-wait loops honour cancellation. A signal.NotifyContext in main() cancels on SIGINT/SIGTERM; a goroutine calls os.Exit(1) when that fires, releasing storage.lock even if a D-Bus call is blocking. Fixes #1379
JSON SecureStore now uses the context and performs locking to prevent multiple aws-sso instances from read/writing the file at the sametime.
Normally we refuse to overwrite AWS_ environment variables if they are already set in the current shell and exit with an error. This flag will allow overwrites. Fixes: #1095
Allow k8s/docker compose to perform health check to see if the necessary API creds are loaded. Refs: #1356
* --default flag now loads the default profile AWS credentials * bump version to 2.3.0 * fix docker image build tag Fixes: #1356
I prefer the e2e tests so deleting the integration tests, moving awsmock to internal and porting the role chaining test to e2e. Also rename the integration target to be e2e.
Normally we refuse to overwrite AWS_ environment variables if they are already set in the current shell and exit with an error. This flag will allow overwrites. Fixes: #1095
* update changelog * fix `make e2e` target * break up e2e test file into one per command
* make test: no longer generates coverage.out for codecov/etc * make coverage: generates coverage.out (unit tests + e2e)
ignore interactive files
Supports both biometric/desktop app and auth token. Fixes: #1369
You can now choose `Profile` from the interactive mode (exec, console) and directly search for the profile if you'd like. Refs: #800
fix FIPS endpoint support
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1411 +/- ##
==========================================
- Coverage 88.31% 85.91% -2.40%
==========================================
Files 56 77 +21
Lines 3781 4946 +1165
==========================================
+ Hits 3339 4249 +910
- Misses 303 472 +169
- Partials 139 225 +86
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 13 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Owner
Author
|
@copilot resolve conflicts |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.