File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/php/security/credentials Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function open() { return $this; }
3838 *
3939 * @param string $name
4040 * @return util.Secret
41- * @throws lang.IllegalAccessException if vault backend fails
41+ * @throws lang.IllegalAccessException if vault is not accessible
4242 */
4343 public function named ($ name ) {
4444 $ r = $ this ->endpoint ->resource ('/v1/secret/ ' .$ this ->group )->get ();
@@ -60,6 +60,7 @@ public function named($name) {
6060 *
6161 * @param string $pattern Name with * meaning any character except a dot
6262 * @return iterable
63+ * @throws lang.IllegalAccessException if vault is not accessible
6364 */
6465 public function all ($ pattern ) {
6566 $ r = $ this ->endpoint ->resource ('/v1/secret/ ' .$ this ->group )->get ();
You can’t perform that action at this time.
0 commit comments