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

Inspect to return a new format #104

Closed
wants to merge 1 commit into from

Conversation

vadmeste
Copy link
Member

@vadmeste vadmeste commented Aug 4, 2022

Return format version in addition to the existing API to
interpret the inspect data correctly.

inspect.go Outdated Show resolved Hide resolved
inspect.go Show resolved Hide resolved
With the new inspect model, the data will be encrypted with a public
key. The exisiting symmetric key is not needed anymore, but this API
will still support it.

If a public key is specified in the API, use a POST request with
multipart form data to upload all data, otherwise use the old style.

Return a nil key if the public key is provided since the caller will be
able to decrypt data with his private key.
Copy link
Member

@harshavardhana harshavardhana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see some discussions still on this?, is this finalized? @vadmeste

// cc @klauspost

klauspost added a commit to klauspost/madmin-go that referenced this pull request Oct 12, 2022
@vadmeste
Copy link
Member Author

Not needed anymore, superseded by #133

@vadmeste vadmeste closed this Oct 26, 2022
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.

None yet

2 participants