mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-07-27 17:03:16 +03:00
d9197ec2d2
* Initial check-in of wildcard to get all secrets in path (Issue#234) * Fix wildcard for K/V v2 and Cubbyhole. Add more tests * Refactored out selectAndAppendResults * Use selectAndAppendResults for wildcard * Use normalizeOutputKey in action.js * Refactored wildcard --------- Co-authored-by: Scott Lemme <68233981+slemme1@users.noreply.github.com> Co-authored-by: Lemme <slemme@massmutual.com>
5 lines
57 B
JavaScript
5 lines
57 B
JavaScript
const WILDCARD = '*';
|
|
|
|
module.exports = {
|
|
WILDCARD
|
|
}; |