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

Add version field to secret compat list/inspect api #9583

Merged
merged 1 commit into from
Mar 3, 2021

Commits on Mar 2, 2021

  1. Add version field to secret compat list/inspect api

    Docker api expects secrets endpoint to have a version field. So, the
    version field is added into the compat endpoint only. The version field
    is always 1, since Docker uses the version to keep track of updates to
    the secret, and currently we cannot update a secret.
    
    Signed-off-by: Ashley Cui <acui@redhat.com>
    ashley-cui committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    9391bfc View commit details
    Browse the repository at this point in the history