-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: encrypted session handling #394
Closed
Closed
Conversation
This file contains 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
…eing ignored when maximum is set (#292)
…empty responses (#293) * feat(console): display console message for requests that don't have content-type header set * add new forcetty option to assist with testing * feat(outputTemplate): treat empty body as non-empty if an output template is provided
…s between min and max (#296) * feat(repeat*): support repeating a random number of times by specifying min and max * tests: add test coverage for randomized min max in repeat commands
…ific types to prevent returning unrelated items when an explicit software|firmware name is not provided (#304)
* feat(http): enable gzip compression * feat: enable setting http compression via command line
* docs(events): add example how to download binaries * docs(sessions): add notice about lack of SSO support due to security restriction on the platform * chore(docs): update dependencies and small improvements * docs: add demo blog
…y the current tenant Avoid matching against microservices of the same name found in subtenant which can not be managed from the parent tenant.
…e) to only return applications owned by the current tenant
…ed-lookup fix: limit microservice named lookup during create
docs: prepare for release
fix: update goreleaser docker build definition to support multi platform images
ci: install qemu and buildx in action
feat(sessions): add alias for sessions subcommand
feat(sessions): support custom session providers
…ames when parsing
feat(microservice): strip auto index suffixes from microservice filenames when parsing
docs: generate man pages preparing for a new release
build: rebuild module dependencies
fix(set-session): only write json output if user provides --output json
fix(session): fix handling of non-file based sessions
fix: check if expiration date is nil before logging
Client setup should not fail on errors such as decryption problems, as this prevents features such as tab completion from working if a session is not set (or decrypted)
Something is wrong with the commit history. closing. |
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.
Fix various problems when dealing with an encrypted session.