mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-25 19:31:14 +01:00
* adds ldap ember engine (#20786) * adds ldap as mountable and supported secrets engine (#20793) * removes active directory as mountable secrets engine (#20798) * LDAP Config Ember Data Setup (#20863) * adds secret-engine-path adapter * adds model, adapater and serializer for ldap config * adds test for ldap config adapter * addresses PR feedback * updates remaining instances of getURL in secrets-engine-path adapter * adds underscore to getURL method in kubernetes/config adapter * adds check config vars test for kubernetes/config adapter * adds comment regarding primaryKey in secrets-engine-path adapter * adds tab-page-header component for ldap secrets engine (#20941) * LDAP Config Route (#21059) * converts secret-mount-path service to ts and moves kubernetes fetch-config decorator to core addon and converts to ts * adds ldap config route * fixes withConfig import path in kubernetes roles route * updates types in ldap config route * adds unit tests for fetch-secret-config decorator * updates comments in fetch-secret-config decorator * renames fetch-secret-config decorator * LDAP Configure Page Component (#21384) * adds ldap page configure component * removes pauseTest and updates radio card selector in ldap config test * LDAP Configuration (#21430) * adds ldap configuration route * adds secrets-engine-mount-config component to core addon * adds ldap config-cta component * adds display fields to ldap configuration page and test * fixes ldap config-cta test * adds yield to secrets-engine-mount-config component * fixes tests * LDAP Overview Route and Page Component (#21579) * adds ldap overview route and page component * changes toolbar link action type for create role on overview page * LDAP Role Model, Adapter and Serializer (#21655) * adds model, adapter and serializer for ldap roles * addresses review feedback * changes ldap role type from tracked prop to attr and sets in adapter for query methods * adds assertions to verify that frontend only props are returned from query methods in ldap role adapter * LDAP Library Model, Adapter and Serializer (#21728) * adds model, adapter and serializer for ldap library * updates capitalization and punction for ldap role and library form fields * LDAP Roles Create and Edit (#21818) * moves stringify and jsonify helpers to core addon * adds validation error for ttl picker in form field component * adds ldap roles create and edit routes and page component * adds ldap mirage handler and factory for roles * adds example workflow to json editor component * adds tests for ldap page create and edit component * addresses feedback * LDAP Role Details (#22036) * adds ldap role route to pass down model to child routes * adds ldap role details route and page component * updates ldap role model capabilities checks * adds periods to error messages * removes modelFor from ldap roles edit and details routes * adds flash message on ldap role delete success * LDAP Roles (#22070) * adds ldap roles route and page component * update ldap role adapter tests and adds adapter options to query for partialErrorInfo * updates ldap role adapter based on PR feedback * adds filter-input component to core addon * updates ldap roles page to use filter-input component * updates ldap role adapter tests * LDAP Role Credentials (#22142) * adds ldap roles route and page component * update ldap role adapter tests and adds adapter options to query for partialErrorInfo * adds credentials actions to ldap roles list menu and fixes rotate action in details view * adds ldap role credentials route and page component * adds tests for ldap role credentials * LDAP Library Create and Edit (#22171) * adds ldap library create/edit routes and page component * adds ldap library create-and-edit tests and library mirage factory * updates form-field component to display validation errors and warnings for all fields * updates ldap library edit route class name * updates ldap library model interface name * adds missing period in flash message * LDAP Libraries (#22184) * updates interface and class names in ldap roles route * adds ldap libraries route and page component * fixes lint error * LDAP Library Details (#22200) * updates interface and class names in ldap roles route * adds ldap libraries route and page component * fixes lint error * adds ldap library details route and page component * LDAP Library Details Configuration (#22201) * updates interface and class names in ldap roles route * adds ldap libraries route and page component * fixes lint error * adds ldap library details route and page component * adds ldap library details configuration route and page component * updates ldap library check-in enforcement value mapping * fixes issue in code mirror modifier after merging upgrade * fixes failing database secrets test * LDAP Library Account Details (#22287) * adds route and page component for ldap library accounts * adds ldap component for checked out accounts * updates ldap library adapter tests * LDAP Library Check-out (#22289) * adds route and page component for ldap library accounts * adds ldap component for checked out accounts * adds route and page component for ldap library checkout * addresses PR feedback * LDAP Overview Cards (#22325) * adds overview cards to ldap overview route * adds create library toolbar action to ldap overview route * adds acceptance tests for ldap workflows (#22375) * Fetch Secrets Engine Config Decorator Docs (#22416) * removes uneccesary asyncs from ldap route model hooks * updates ldap overview route class name * adds documentation for fetch-secrets-engine-config decorator * add changelog * adding back external links, missed due to merge. * changelog * fix test after merging in dashboard work * Update 20790.txt --------- Co-authored-by: Angel Garbarino <angel@hashicorp.com> Co-authored-by: Angel Garbarino <Monkeychip@users.noreply.github.com>
260 lines
8.9 KiB
JSON
260 lines
8.9 KiB
JSON
{
|
|
"name": "vault",
|
|
"version": "0.0.0",
|
|
"description": "The official UI for Vault by HashiCorp",
|
|
"repository": "",
|
|
"author": "",
|
|
"directories": {
|
|
"doc": "doc",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"build": "ember build --environment=production && cp metadata.json ../http/web_ui/metadata.json",
|
|
"build:dev": "ember build",
|
|
"lint:css": "stylelint \"**/*.css\"",
|
|
"lint:css:fix": "yarn lint:css --fix",
|
|
"lint:fix": "npm-run-all --print-name --aggregate-output --continue-on-error --parallel \"lint:*:fix\"",
|
|
"lint:hbs": "ember-template-lint '**/*.hbs'",
|
|
"lint:hbs:quiet": "ember-template-lint '**/*.hbs' --quiet",
|
|
"lint:hbs:fix": "ember-template-lint . --fix",
|
|
"lint:js": "eslint . --cache",
|
|
"lint:js:quiet": "eslint . --cache --quiet",
|
|
"lint:js:fix": "eslint . --fix",
|
|
"fmt": "npm-run-all --aggregate-output --continue-on-error --parallel fmt:*",
|
|
"fmt:js": "prettier --config .prettierrc.js --write '{app,tests,config,lib}/**/*.js'",
|
|
"fmt:hbs": "prettier --config .prettierrc.js --write '**/*.hbs'",
|
|
"fmt:styles": "prettier --write app/styles/**/*.*",
|
|
"start": "VAULT_ADDR=http://localhost:8200; ember server --proxy=$VAULT_ADDR",
|
|
"start2": "ember server --proxy=http://localhost:8202 --port=4202",
|
|
"start:mirage": "start () { MIRAGE_DEV_HANDLER=$1 yarn run start; }; start",
|
|
"test": "npm-run-all --print-name lint:js:quiet lint:hbs:quiet && node scripts/start-vault.js",
|
|
"test:enos": "npm-run-all lint:js:quiet lint:hbs:quiet && node scripts/enos-test-ember.js",
|
|
"test:oss": "yarn run test -f='!enterprise'",
|
|
"test:quick": "node scripts/start-vault.js",
|
|
"test:quick-oss": "yarn test:quick -f='!enterprise'",
|
|
"types:declare": "declare () { yarn tsc $1 --declaration --allowJs --emitDeclarationOnly --experimentalDecorators --outDir $2; }; declare",
|
|
"vault": "VAULT_REDIRECT_ADDR=http://127.0.0.1:8200 vault server -log-level=error -dev -dev-root-token-id=root -dev-ha -dev-transactional",
|
|
"vault:cluster": "VAULT_REDIRECT_ADDR=http://127.0.0.1:8202 vault server -log-level=error -dev -dev-root-token-id=root -dev-listen-address=127.0.0.1:8202 -dev-ha -dev-transactional"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"prettier --config .prettierrc.js --write",
|
|
"eslint --quiet",
|
|
"git add"
|
|
],
|
|
"*.hbs": [
|
|
"prettier --config .prettierrc.js --write",
|
|
"ember-template-lint --quiet",
|
|
"git add"
|
|
],
|
|
"*.scss": [
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.21.3",
|
|
"@babel/plugin-proposal-decorators": "^7.21.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
|
"@babel/plugin-transform-block-scoping": "^7.12.1",
|
|
"@ember/legacy-built-in-components": "^0.4.1",
|
|
"@ember/optional-features": "^2.0.0",
|
|
"@ember/render-modifiers": "^1.0.2",
|
|
"@ember/string": "^3.0.1",
|
|
"@ember/test-helpers": "2.9.3",
|
|
"@ember/test-waiters": "^3.0.0",
|
|
"@glimmer/component": "^1.1.2",
|
|
"@glimmer/tracking": "^1.1.2",
|
|
"@hashicorp/ember-flight-icons": "3.0.5",
|
|
"@hashicorp/structure-icons": "^1.3.0",
|
|
"@icholy/duration": "^5.1.0",
|
|
"@tsconfig/ember": "^1.0.1",
|
|
"@types/ember": "^4.0.2",
|
|
"@types/ember-data": "^4.4.6",
|
|
"@types/ember-data__adapter": "^4.0.1",
|
|
"@types/ember-data__model": "^4.0.0",
|
|
"@types/ember-data__serializer": "^4.0.1",
|
|
"@types/ember-data__store": "^4.0.2",
|
|
"@types/ember-qunit": "^5.0.2",
|
|
"@types/ember-resolver": "^5.0.13",
|
|
"@types/ember__application": "^4.0.4",
|
|
"@types/ember__array": "^4.0.3",
|
|
"@types/ember__component": "^4.0.11",
|
|
"@types/ember__controller": "^4.0.3",
|
|
"@types/ember__debug": "^4.0.3",
|
|
"@types/ember__destroyable": "^4.0.1",
|
|
"@types/ember__engine": "^4.0.4",
|
|
"@types/ember__error": "^4.0.1",
|
|
"@types/ember__object": "^4.0.5",
|
|
"@types/ember__polyfills": "^4.0.1",
|
|
"@types/ember__routing": "^4.0.12",
|
|
"@types/ember__runloop": "^4.0.2",
|
|
"@types/ember__service": "^4.0.1",
|
|
"@types/ember__string": "^3.0.10",
|
|
"@types/ember__template": "^4.0.1",
|
|
"@types/ember__test": "^4.0.1",
|
|
"@types/ember__test-helpers": "^2.8.2",
|
|
"@types/ember__utils": "^4.0.2",
|
|
"@types/qunit": "^2.19.3",
|
|
"@types/rsvp": "^4.0.4",
|
|
"@types/shell-quote": "^1.7.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
|
"@typescript-eslint/parser": "^5.19.0",
|
|
"asn1js": "^2.2.0",
|
|
"autosize": "^4.0.0",
|
|
"babel-plugin-inline-json-import": "^0.3.2",
|
|
"base64-js": "^1.3.1",
|
|
"broccoli-asset-rev": "^3.0.0",
|
|
"broccoli-sri-hash": "meirish/broccoli-sri-hash#rooturl",
|
|
"codemirror": "^5.58.2",
|
|
"columnify": "^1.5.4",
|
|
"d3-axis": "^1.0.8",
|
|
"d3-ease": "^1.0.5",
|
|
"d3-scale": "^1.0.7",
|
|
"d3-selection": "^1.3.0",
|
|
"d3-time-format": "^2.1.1",
|
|
"d3-tip": "^0.9.1",
|
|
"d3-transition": "^1.2.0",
|
|
"date-fns": "^2.16.1",
|
|
"date-fns-tz": "^1.2.2",
|
|
"deepmerge": "^4.0.0",
|
|
"doctoc": "^2.2.0",
|
|
"dompurify": "^3.0.2",
|
|
"ember-auto-import": "2.6.3",
|
|
"ember-basic-dropdown": "6.0.1",
|
|
"ember-cli": "~4.12.1",
|
|
"ember-cli-autoprefixer": "^0.8.1",
|
|
"ember-cli-babel": "^7.26.11",
|
|
"ember-cli-clipboard": "0.16.0",
|
|
"ember-cli-content-security-policy": "2.0.3",
|
|
"ember-cli-dependency-checker": "^3.3.1",
|
|
"ember-cli-deprecation-workflow": "^2.1.0",
|
|
"ember-cli-flash": "4.0.0",
|
|
"ember-cli-htmlbars": "^6.2.0",
|
|
"ember-cli-inject-live-reload": "^2.1.0",
|
|
"ember-cli-mirage": "2.4.0",
|
|
"ember-cli-page-object": "1.17.10",
|
|
"ember-cli-sass": "11.0.1",
|
|
"ember-cli-sri": "meirish/ember-cli-sri#rooturl",
|
|
"ember-cli-string-helpers": "6.1.0",
|
|
"ember-cli-terser": "^4.0.2",
|
|
"ember-cli-typescript": "^5.2.1",
|
|
"ember-composable-helpers": "5.0.0",
|
|
"ember-concurrency": "2.3.4",
|
|
"ember-copy": "2.0.1",
|
|
"ember-d3": "^0.5.1",
|
|
"ember-data": "~4.11.3",
|
|
"ember-engines": "0.8.23",
|
|
"ember-fetch": "^8.1.2",
|
|
"ember-inflector": "4.0.2",
|
|
"ember-load-initializers": "^2.1.2",
|
|
"ember-maybe-in-element": "^2.0.3",
|
|
"ember-modal-dialog": "^4.0.1",
|
|
"ember-modifier": "^4.1.0",
|
|
"ember-page-title": "^7.0.0",
|
|
"ember-power-select": "6.0.1",
|
|
"ember-qrcode-shim": "^0.4.0",
|
|
"ember-qunit": "6.0.0",
|
|
"ember-resolver": "^10.0.0",
|
|
"ember-responsive": "5.0.0",
|
|
"ember-router-helpers": "^0.4.0",
|
|
"ember-service-worker": "meirish/ember-service-worker#configurable-scope",
|
|
"ember-sinon": "^4.0.0",
|
|
"ember-source": "~4.12.0",
|
|
"ember-svg-jar": "2.4.0",
|
|
"ember-template-lint": "5.7.2",
|
|
"ember-template-lint-plugin-prettier": "4.0.0",
|
|
"ember-test-selectors": "6.0.0",
|
|
"ember-tether": "^2.0.1",
|
|
"ember-truth-helpers": "3.0.0",
|
|
"ember-wormhole": "0.6.0",
|
|
"escape-string-regexp": "^2.0.0",
|
|
"eslint": "^8.37.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-compat": "4.0.2",
|
|
"eslint-plugin-ember": "^11.5.0",
|
|
"eslint-plugin-n": "^15.7.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-qunit": "^7.3.4",
|
|
"filesize": "^4.2.1",
|
|
"flat": "^4.1.0",
|
|
"jsondiffpatch": "^0.4.1",
|
|
"jsonlint": "^1.6.3",
|
|
"lint-staged": "^10.5.1",
|
|
"loader.js": "^4.7.0",
|
|
"normalize.css": "4.1.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"pkijs": "^2.2.2",
|
|
"pretender": "^3.4.3",
|
|
"prettier": "2.8.7",
|
|
"prettier-eslint-cli": "^7.1.0",
|
|
"pvutils": "^1.0.17",
|
|
"qunit": "^2.19.4",
|
|
"qunit-dom": "^2.0.0",
|
|
"sass": "^1.58.3",
|
|
"sass-svg-uri": "^1.0.0",
|
|
"shell-quote": "^1.6.1",
|
|
"string.prototype.endswith": "^0.2.0",
|
|
"string.prototype.startswith": "^0.2.0",
|
|
"stylelint": "^15.4.0",
|
|
"stylelint-config-standard": "^32.0.0",
|
|
"stylelint-prettier": "^3.0.0",
|
|
"swagger-ui-dist": "^3.36.2",
|
|
"text-encoder-lite": "2.0.0",
|
|
"tracked-built-ins": "^3.1.1",
|
|
"typescript": "^4.8.4",
|
|
"walk-sync": "^2.0.2",
|
|
"webpack": "5.78.0",
|
|
"xstate": "^3.3.3"
|
|
},
|
|
"resolutions": {
|
|
"cryptiles": "^4.1.2",
|
|
"eslint-utils": "^1.4.1",
|
|
"ember-basic-dropdown": "6.0.1",
|
|
"growl": "^1.10.0",
|
|
"highlight.js": "^10.4.1",
|
|
"https-proxy-agent": "^2.2.3",
|
|
"ini": "^1.3.6",
|
|
"kind-of": "^6.0.3",
|
|
"minimatch": "^3.0.2",
|
|
"node-notifier": "^8.0.1",
|
|
"prismjs": "^1.21.0",
|
|
"qs": "^6.3.0",
|
|
"serialize-javascript": "^3.1.0",
|
|
"underscore": "^1.12.1",
|
|
"trim": "^0.0.3",
|
|
"xmlhttprequest-ssl": "^1.6.2",
|
|
"@embroider/macros": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "16"
|
|
},
|
|
"ember": {
|
|
"edition": "octane"
|
|
},
|
|
"private": true,
|
|
"ember-addon": {
|
|
"paths": [
|
|
"lib/core",
|
|
"lib/css",
|
|
"lib/keep-gitkeep",
|
|
"lib/kmip",
|
|
"lib/kubernetes",
|
|
"lib/ldap",
|
|
"lib/kv",
|
|
"lib/open-api-explorer",
|
|
"lib/pki",
|
|
"lib/replication",
|
|
"lib/service-worker-authenticated-download"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@hashicorp/design-system-components": "2.7.0",
|
|
"handlebars": "4.7.7",
|
|
"highlight.js": "^10.4.1",
|
|
"node-notifier": "^8.0.1",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"packageManager": "yarn@3.5.0"
|
|
}
|