This project is mirrored from https://gitee.com/NQL886/vault.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 12 Oct, 2018 1 commit
-
-
madalynrose authored
add integration tests for the ui tutorial
-
- 02 Oct, 2018 2 commits
-
-
Matthew Irish authored
* re-add performancestandycode for health api call * update debounce timeout for namespace input on the auth page * re-fetch cluster model on successful init * 500ms for the debounce * swap auth methods after successful api call so that the auth box doesn't jump around * move list capability fetch to namespace component and don't use computed queryRecord to fetch it * convert ed models to JSON so that they're unaffected by store unloading * serialize with the id for the auth method models * speed tests back up with different polling while loop * login flash isn't in the same run loop so no longer needs withFlash
-
Matthew Irish authored
* fix token expiration calculation * move authenticate to an ember concurrency task * don't show logged in nav while still on the auth route * move current tests to integration folder, add unit test for expiration calculation * fix auth form tests
-
- 28 Sep, 2018 2 commits
-
-
Matthew Irish authored
* allow passing a path for options so that it can be extracted from the model * add cred type selector for the aws generate form * style hint text on generate creds form * add tests for aws-credential adapter * allow for the case where we might have zero ttl * show error for TTL picker if a non-number is entered for the duration part of the TTL * fix positioning of tooltips * fix ttl rendering with invalid input for initialValue
-
Matthew Irish authored
* allow for enterprise init attributes * allow moving from init to auth in the init flow on the tutorial machine * show loading spinner while cluster is unsealing * use seal-status type to determine the init attrs * add init acceptance tests * stored_shares should always be 1 * fix lint * format template * remove explicity model attr from init controller
-
- 25 Sep, 2018 1 commit
-
-
Matthew Irish authored
Ember update - update ember-cli, ember-data, and ember to 3.4 series
-
- 05 Sep, 2018 2 commits
-
-
Matthew Irish authored
-
Matthew Irish authored
* have fromJSON throw if trying to convert non-object to a KVObject * catch the fromJSON error in secret-edit, display an error, and disabled the submit button
-
- 28 Aug, 2018 1 commit
-
-
madalynrose authored
-
- 16 Aug, 2018 2 commits
-
-
Matthew Irish authored
* add namespace sidebar item * depend on ember-inflector directly * list-view and list-item components * fill out components and render empty namespaces page * list namespaces in access * add menu contextual component to list item * popup contextual component * full crud for namespaces * add namespaces service and picker component * split application and vault.cluster templates and controllers, add namespace query param, add namespace-picker to vault.namespace template * remove usage of href-to * remove ember-href-to from deps * add ember-responsive * start styling the picker and link to appropriate namespaces, use ember-responsive to render picker in different places based on the breakpoint * get query param working and save ns to authdata when authenticating, feed through ns in application adapter * move to observer on the controller for setting state on the service * set state in the beforeModel hook and clear the ember data model ca...
-
Matthew Irish authored
* lowercase auth method type so that hardcoded and unauthed methods both use the same key * don't rely on top level data for capabilities serializer
-
- 23 Jul, 2018 1 commit
-
-
Matthew Irish authored
* fix kv object so that falsey values don't get coerced to empty strings * equal for string compare
-
- 20 Jul, 2018 1 commit
-
-
Matthew Irish authored
* fix unauthenticated auth form * make sure to redirect if you're already authed * add the ability to build in a welcome message at build time
-
- 19 Jul, 2018 1 commit
-
-
Matthew Irish authored
* add routes for control groups in tools, settings, access (#4718) * UI control group - storage, request, authorization, and unwrapping (#4899) * UI control groups config (#4927)
-
- 13 Jul, 2018 1 commit
-
-
Matthew Irish authored
* disable JSON toggle when data is not only strings * add tests
-
- 05 Jul, 2018 1 commit
-
-
Matthew Irish authored
* fetch auth methods when going to the auth route and pass them to the auth form component * add boolean editType for form-fields * look in the data hash in the serializer * remove renderInPlace for info-tooltips as it does something goofy with widths * add new fields for auth methods * fix console refresh command on routes that use lazyPaginatedQuery * add wrapped_token param that logs you in via the token backend and show other backends if your list contains supported ones * handle casing when looking up supported backends * change listingVisibility to match the new API * move wrapped_token up to the vault route level so it works from the app root
-
- 28 Jun, 2018 1 commit
-
-
Matthew Irish authored
* fix cubbyhole and add acceptance test for it
-
- 26 Jun, 2018 1 commit
-
-
Matthew Irish authored
* add NavHeader component * use NavHeader in SplashPage component and application.hbs * let download button take a block * add RadialProgress component * use RadialProgress in ShamirFlow component * style up the RadialProgress component * update ember-basic-dropdown, ember-basic-dropdown-hover * rework operation token generation workflow * directly depend on ember-maybe-in-element
-
- 25 Jun, 2018 1 commit
-
-
Matthew Irish authored
* add make targets to build the ui without minifying the source * add polyfill for string.prototype.endswith and move to npm version of string.prototype.startswith * replace the current history state with a / on the list secrets endpoint * add test for list with id
-
- 15 Jun, 2018 1 commit
-
-
Matthew Irish authored
* add configuration tab for ldap, okta, radius auth methods * add tests to assert that configuration tabs show on supported auth methods
-
- 14 Jun, 2018 3 commits
-
-
madalynrose authored
* create masked-input component
-
Matthew Irish authored
* skip flakey ui test * only show failures in JS test output
-
Matthew Irish authored
* remove dev-leased-kv flag, handle non-secret responses in the console * skip lease tests for now * use the newer collection api for ember-page-object * include generic in types that can have a v2 * add tests for generic v2 * isolate kv v2 logic in the secret-engine model and add unit tests
-
- 05 Jun, 2018 1 commit
-
-
madalynrose authored
-
- 01 Jun, 2018 1 commit
-
-
Matthew Irish authored
* add router service polyfill * add refresh command * move async code into ember-concurrency task and implement refresh that way * use ember-concurrency derived state to show a loading spinner when the task is running * scroll after appending to log too
-
- 31 May, 2018 1 commit
-
-
Matthew Irish authored
-
- 30 May, 2018 1 commit
-
-
Matthew Irish authored
* add new key_info to the list models for identity endpoints * add details to group and show pages * add parent groups to group tabs * render alias the same everywhere * space tab subnav more like the designs * fix tests * pull tabs in and remove padding
-
- 29 May, 2018 1 commit
-
-
Matthew Irish authored
* add AD secrets in the ui and move deprecated engines to the bottom of the list * fix tools tests * prettier
-
- 25 May, 2018 3 commits
-
-
Joshua Ogle authored
-
madalynrose authored
* adding columnify and ember-cli-cjs-transform * add yargs-parser * remove vendored yargs-parser tokenizer and use cjs transform to import it from actual yargs-parser * add clear command that clears the log, but maintains history * make codemirror have no gutter and be auto-height when rendered in the console output log * add fullscreen command and hook up fullscreen toggle button * hook up copy button
-
Joshua Ogle authored
-
- 24 May, 2018 1 commit
-
-
Matthew Irish authored
* add popups * add ability to disable entity and banner when entity is disabled * re-add alias-popup template * add accpetance tests for creating entities * add more entity creation acceptance tests * add delete to edit-form * add more identity tests and associated selectors * add onSuccess hook and use UnloadModel route mixins * add ability to toggle entity disabling from the popover * fix store list cache because unloadAll isn't synchronous * fill out tests for identity items and aliases * add ability to enable entity from the detail page * toArray on the peekAll * fix other tests/behavior that relied on a RecordArray * adjust layout for disabled entity and label for disabling an entity on the edit form * add item-details integration tests * move disable field on the entity form * use ghost buttons for delete in identity and policy edit forms * adding computed macros for lazy capability fetching and using them in the identity models
-
- 23 May, 2018 1 commit
-
-
Matthew Irish authored
* remove expanding behavior from engines list and add a configuration route * use page header component, secret tab component for the template on the secret engine configuration route * move abstraction to secret-list-header and remove secret-tabs * add attrs to secret engine model and adjust mount controller code to support that * fix top level nav so that we can use the back button properly * fix tests
-
- 22 May, 2018 1 commit
-
-
Matthew Irish authored
-
- 21 May, 2018 1 commit
-
-
madalynrose authored
-
- 10 May, 2018 1 commit
-
-
Matthew Irish authored
* fix version service parsing of .hsm in a version string * remove race condition where the replication menu would show the enterprise upsell in an enterprise binary * fix styling and layout of replication status menu * move version check to beforeModel
-
- 27 Apr, 2018 1 commit
-
-
Tobias Bieniek authored
-
- 24 Apr, 2018 1 commit
-
-
Matthew Irish authored
* remove unused response-wrapping route and controller * move to using the internal mounts endpoint for the secrets list and individual engine lookup * remove errors about sys/mounts access because we don't need it anymore
* use modelFor instead of peekRecord for looking up the secret-engine * remove test because we removed that error page - in the worst case scenario, a user will only have access to cubbyhole, but will see that in the secrets engines list * make the dev CSP the same as the Go CSP * update serializer to handle SSH responses as well as new engine fetches * back out some changes to ttl-picker and field test object so that tests pass * get rid of trailing space in the secret engine link * add secrets-engine adapater tests for new query behavior
-
- 23 Apr, 2018 1 commit
-
-
Matthew Irish authored
* serialize instead of toJSON when mount tuning * add tests * remove model unit test * fix typo
-
- 20 Apr, 2018 1 commit
-
-
Matthew Irish authored
* fix login * add tests for login submission
-