Skip to content

Commit

Permalink
Merge pull request #2771 from dperny/gmsa-support-with-secretreference
Browse files Browse the repository at this point in the history
Allow using Configs as CredentialSpecs
  • Loading branch information
anshulpundir authored Jan 17, 2019
2 parents 47b1cd4 + be26111 commit 0503e17
Show file tree
Hide file tree
Showing 6 changed files with 773 additions and 361 deletions.
20 changes: 20 additions & 0 deletions api/api.pb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3834,6 +3834,9 @@ file {
json_name: "mode"
}
}
message_type {
name: "RuntimeTarget"
}
message_type {
name: "SecretReference"
field {
Expand Down Expand Up @@ -3888,6 +3891,15 @@ file {
oneof_index: 0
json_name: "file"
}
field {
name: "runtime"
number: 4
label: LABEL_OPTIONAL
type: TYPE_MESSAGE
type_name: ".docker.swarmkit.v1.RuntimeTarget"
oneof_index: 0
json_name: "runtime"
}
oneof_decl {
name: "target"
}
Expand Down Expand Up @@ -4065,6 +4077,14 @@ file {
oneof_index: 0
json_name: "registry"
}
field {
name: "Config"
number: 3
label: LABEL_OPTIONAL
type: TYPE_STRING
oneof_index: 0
json_name: "Config"
}
oneof_decl {
name: "source"
}
Expand Down
1 change: 1 addition & 0 deletions api/ca.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0503e17

Please sign in to comment.