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.
  1. 12 Oct, 2018 1 commit
  2. 02 Oct, 2018 2 commits
    • Matthew Irish's avatar
      UI - ent fixes (#5430) · eb06ff51
      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
      Unverified
      eb06ff51
    • Matthew Irish's avatar
      UI - token expiration calculation (#5435) · 83d4cef4
      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
      Unverified
      83d4cef4
  3. 28 Sep, 2018 2 commits
    • Matthew Irish's avatar
      UI aws engine tweaks (#5294) · bf3d2185
      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
      Unverified
      bf3d2185
    • Matthew Irish's avatar
      UI - ent init (#5428) · d438d2fb
      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
      Unverified
      d438d2fb
  4. 25 Sep, 2018 1 commit
  5. 05 Sep, 2018 2 commits
  6. 28 Aug, 2018 1 commit
  7. 16 Aug, 2018 2 commits
    • Matthew Irish's avatar
      UI namespaces (#5119) · c3e73362
      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...
      Unverified
      c3e73362
    • Matthew Irish's avatar
      UI unauthed auth methods fix (#5113) · 95ba5001
      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
      Unverified
      95ba5001
  8. 23 Jul, 2018 1 commit
  9. 20 Jul, 2018 1 commit
  10. 19 Jul, 2018 1 commit
    • Matthew Irish's avatar
      UI - control groups (#4947) · 8a8c932e
      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)
      
      Unverified
      8a8c932e
  11. 13 Jul, 2018 1 commit
  12. 05 Jul, 2018 1 commit
    • Matthew Irish's avatar
      UI - unauthed login methods (#4854) · 87d70fbe
      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
      Unverified
      87d70fbe
  13. 28 Jun, 2018 1 commit
  14. 26 Jun, 2018 1 commit
    • Matthew Irish's avatar
      UI - guard page redesign (#4779) · c8b64523
      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
      Unverified
      c8b64523
  15. 25 Jun, 2018 1 commit
    • Matthew Irish's avatar
      UI ensure trailing slash (#4828) · 2a3ee08d
      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
      Unverified
      2a3ee08d
  16. 15 Jun, 2018 1 commit
  17. 14 Jun, 2018 3 commits
  18. 05 Jun, 2018 1 commit
  19. 01 Jun, 2018 1 commit
    • Matthew Irish's avatar
      UI - console refresh (#4679) · f046445d
      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
      Unverified
      f046445d
  20. 31 May, 2018 1 commit
  21. 30 May, 2018 1 commit
    • Matthew Irish's avatar
      UI identity lists (#4655) · 61501209
      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
      Unverified
      61501209
  22. 29 May, 2018 1 commit
  23. 25 May, 2018 3 commits
    • Joshua Ogle's avatar
      Fix upgrade link · c87f6ea6
      Joshua Ogle authored
      c87f6ea6
    • madalynrose's avatar
      UI console (#4631) · b41b07a3
      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
      Unverified
      b41b07a3
    • Joshua Ogle's avatar
      UI: Update copy for upgrade modal · fcdf8a5a
      Joshua Ogle authored
      fcdf8a5a
  24. 24 May, 2018 1 commit
    • Matthew Irish's avatar
      UI - identity details (#4502) · 3bc90acd
      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
      Unverified
      3bc90acd
  25. 23 May, 2018 1 commit
    • Matthew Irish's avatar
      UI - make engine list more consistent with the auth method list (#4598) · c722bc0e
      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
      Unverified
      c722bc0e
  26. 22 May, 2018 1 commit
  27. 21 May, 2018 1 commit
  28. 10 May, 2018 1 commit
    • Matthew Irish's avatar
      Enterprise version detection fix (#4547) · dee9f116
      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
      Unverified
      dee9f116
  29. 27 Apr, 2018 1 commit
  30. 24 Apr, 2018 1 commit
    • Matthew Irish's avatar
      Ui kv preflight endpoints (#4439) · 1489293a
      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 :tada:
      
      * 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
      Unverified
      1489293a
  31. 23 Apr, 2018 1 commit
  32. 20 Apr, 2018 1 commit