summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Cogoluègnes <acogoluegnes@gmail.com>2019-07-04 10:57:06 +0200
committerGitHub <noreply@github.com>2019-07-04 10:57:06 +0200
commit989b4ff3afdc25a174e1b84896e97515d89e95b8 (patch)
treef0a300f9be085590b17cdd5245542258e71b4015
parente2742ab6e75945cb383e35ccfa11e309acafd8db (diff)
parentf16e977939c6d2fb2c5a6918819f5e2ea306a4a0 (diff)
downloadrabbitmq-codegen-git-989b4ff3afdc25a174e1b84896e97515d89e95b8.tar.gz
Support client-driven refresh of expiring credentials
-rw-r--r--amqp-rabbitmq-0.9.1.json23
1 files changed, 16 insertions, 7 deletions
diff --git a/amqp-rabbitmq-0.9.1.json b/amqp-rabbitmq-0.9.1.json
index 6a89ddd2..41a02e7e 100644
--- a/amqp-rabbitmq-0.9.1.json
+++ b/amqp-rabbitmq-0.9.1.json
@@ -5,7 +5,7 @@
"revision": 1,
"port": 5672,
"copyright": [
- "Copyright (C) 2008-2016 Pivotal Software, Inc, Inc.\n",
+ "Copyright (C) 2008-2019 Pivotal Software, Inc, Inc.\n",
"\n",
"Permission is hereby granted, free of charge, to any person\n",
"obtaining a copy of this file (the \"Software\"), to deal in the\n",
@@ -150,12 +150,21 @@
{"id": 51,
"arguments": [],
"name": "close-ok"},
- {"id": 60,
- "arguments": [{"type": "shortstr", "name": "reason", "default-value": ""}],
- "name": "blocked"},
- {"id": 61,
- "arguments": [],
- "name": "unblocked"}],
+ {"id": 60,
+ "arguments": [{"type": "shortstr", "name": "reason", "default-value": ""}],
+ "name": "blocked"},
+ {"id": 61,
+ "arguments": [],
+ "name": "unblocked"},
+ {"id": 70,
+ "arguments": [{"type": "longstr", "name": "new-secret"},
+ {"type": "shortstr", "name": "reason"}],
+ "name": "update-secret",
+ "synchronous" : true},
+ {"id": 71,
+ "arguments": [],
+ "name": "update-secret-ok"}
+ ],
"name": "connection",
"properties": []
},