Jump to content

Ben Claussen

Members
  • Posts

    10
  • Joined

  • Last visited

Ben Claussen's Achievements

  1. In the password list tree, the images for password lists do not align properly if the image isn't exactly 18px wide. I was able to align them by modifying the CSS class as below: .rtImg { width: 18px; } Unsure if that is the appropriate class to modify, but it seems to work and scratch my aesthetics itch. See attached image for unaligned (left) vs aligned (right) with the red line
  2. Correct, we have automated systems not capable of using the WinApi, and global API keys are not appropriate for our security policy. If a single key were compromised in any way, then we would need to touch every system that was using it... rather than simply revoke/generate a single key for a single service.
  3. It would be greatly beneficial to have more flexibility with API keys, specifically the ability to grant users one or more API keys that could expire, be RW or RO, and possibly named. The attached screenshot is from an IP Address tracking system named "Netbox." In my opinion, it has a fantastic API setup with all of the options I mentioned above. The API key is passed with the REST request in the Authorization HTTP header.
×
×
  • Create New...