Releases: OneIdentity/SafeguardDevOpsService
Releases · OneIdentity/SafeguardDevOpsService
7.5.0.28577
Changes:
This list of changes was auto generated.
7.4.0.28464
Changes:
- f5ae6f8 Merge pull request #451 from bnicholesdell/740release
- 7dbc707 Release 7.4.0
- d8b5108 Merge pull request #449 from bnicholesdell/publishtogithub
- 2e372e4 Publish the msi to github
- ff0ed4c Merge pull request #448 from bnicholesdell/fixcertificatevalidation
- 7ad3b6e Switch back to making sure that all of the certificates in the chain except for the end node cert, are part in the trusted list.
- 6f6d859 Don't check for a CA when evaluating a self-signed certificate and check for expiration on all certificate validation. When walking the certificate chain for a server certificate, it only needs to find one of the chained certificates in the trusted certificates. For a client certificates with no chain, the issuer must be trusted because that is all it has to check.
- 294fb16 Merge pull request #447 from bnicholesdell/prepare7.4
- f3c3aa5 Update the nuget packages and add a note that version 7.4 is not compatible with the vault addon.
- d12309a Merge pull request #446 from bnicholesdell/deleteunusedcode
See More
- 231dd43 Remove unused code that was left over from the devops SPP integration which was never finished.
- 1290c86 Merge pull request #445 from bnicholesdell/fixpluginconfigrefresh
- 505d0e2 When starting the monitor automatically at service startup, the user is not logged in so Secrets Broker cannot get the account API keys for the vault registration. In this case, Secrets Broker needs to hold on to the last known good api keys and refresh the plugins with that api key. There is the possibility that an api key was changed on the SPP side. In which case the plugin will fail to get the current vault credential and be unable to send credentials to the vault. To fix this, the user will have to login and restart the monitor so that Secrets Broker can get the updated api keys. This code just holds on to the last known good API key for each vault credential.
- 35dc7dc Merge pull request #444 from bnicholesdell/upgradenugetpackages1
- 11d7d0a Upgrade the nuget packages
- b6c2f9f Merge pull request #443 from bnicholesdell/fixa2ausername
- bfc8c8b Display the A2A user in the UI
- dc2ec2c Merge pull request #442 from bnicholesdell/azurelogging
- 04c2a68 Add some more error logging to the azure vault plugin
- b128bb9 Merge pull request #441 from OneIdentity/f_reverseflow2
- b5e037a redirect docker build output
- 9d8823f Merge pull request #440 from bnicholesdell/moredocupdates2
- d9bde7f more doc updates
- 0d61484 Merge pull request #439 from bnicholesdell/fixdockerrestoreconfig
- f23f87e Fix restore backup configuration for docker
- 04d3958 Merge pull request #438 from bnicholesdell/upgradedockerbaseimages
- 9656231 Update the docker base images.
- 8b77f2d Merge pull request #437 from bnicholesdell/fixacctwithsamename
- b6f6391 When adding the account to the external SPP account group, check both the account name and the asset name to determine if the account already exists in the group.
- 0c49606 Merge pull request #436 from bnicholesdell/fixrfcheckbox
- b39abea Fix the state of the reverse flow checkbox on the edit plugin screen.
- 4f999ed Merge pull request #435 from bnicholesdell/updatesafeguarddotnet1
- 9750519 upgrade safeguarddotnet
- a4d2b5b Merge pull request #434 from bnicholesdell/implementmonitorwarningmsg
- b544282 Implement a warning if Secrets Broker detects that reverse flow SPP does not support reverse flow.
- 13b8b3a Merge pull request #433 from bnicholesdell/fixwixinstallerissues
- 200d9cc The installer issue was that the autofacserilogintegration.dll would not upgrade and therefore left the install broken. The reason why the dll did not upgrade was because the file version of the dll was the same as all previous versions of the same dll. So WiX thought that the dlls were the same and failed to upgrade it. The fix was to force delete the old version so that WiX would install the new version.
- 87b23a6 Merge pull request #432 from bnicholesdell/updatenugetpackages2
- 0d92c34 Update to .net7 and update nuget packages
- b3d0421 Merge pull request #431 from bnicholesdell/fixinitialconnection
- 85a4085 Upgrade nuget packages and get to the latest SafeguardDotnet pre-release
- 6ef620a Merge pull request #430 from bnicholesdell/moredocupdates
- 18ef819 More doc clean-up
- 2a1bb2c Merge pull request #429 from bnicholesdell/updatedocforreverseflow
- 365472b Finish up the documentation for the new features in Secrets Broker.
- 1fc5ceb Add the new cmdlets to the public list
- 792b8e2 Merge pull request #428 from bnicholesdell/fixsetmonitorandcheckboxcolor
- ecdf33b All the set monitor API to also set the reverse flow polling interval as well as the monitoring state. Add the correct color to the checkboxes in the web UI.
- 6fd9dcd Update the plugin documentation with the new configuration parameters
- 4cdefe7 Merge pull request #427 from bnicholesdell/hideirrelevantstacktrace
- eb1223d Don't log the stack trace in the exception when the account is not found and needs to be created.
- f068540 Merge pull request #426 from bnicholesdell/fixtrustedcertimport
- 6a2a626 Remove the certificate type checks for trusted certificates. Any certificate can be added as a trusted certificate.
- 40d6120 Merge pull request #425 from bnicholesdell/fixmissingassetname
- c532723 Fix the missing asset name when selecting retrievable accounts for a plugin
- 01464cd Merge pull request #424 from bnicholesdell/addmonitoringapis
- a893f1e remove commented code
- c01f52b Add monitoring APIs for getting and setting the reverse flow interval and status. Make sure that starting and stopping the A2A monitor and the reverse flow monitor all work independently. The UI will still treat them as a single monitoring unit.
- 394b108 Merge pull request #422 from bnicholesdell/fixa2aregistrationcreate
- 914361f Fix creating the Secrets Broker registration. Missing the BidirectionalEnabled flag.
- aafb6ac Merge pull request #421 from bnicholesdell/f_reverseflow2
- 61cac32 Add the functionality to track credential in a cache and push credentials back to SPP when they have changed.
- cb9c314 Add the code to detect whether or not the A2A registration has enabled reverse flow. Don't start the reverse flow monitoring if the A2A registration has disabled bidirectional support. Move safeguarddotnet up to 7.3.
- 2f764bb Update the SPPtoSPP plugin for the new plugin interface. The SPP plugin will not support reverse flow for now.
- 60b40b7 Merge remote-tracking branch 'upstream/master' into f_reverseflow2
- dae8e9e implement the reverse flow code in all of the plugins that can support reverse flow.
- 64b50ed Merge pull request #420 from OneIdentity/f_spptosppplugin
- d7af32c Add reverse flow to the plugins and to Secrets Broker. Add a polling thread that is started when monitoring starts. For now the polling thread interval is 1 minute. Add a checkbox to the web interface for each plugin configuration that allows the user to enable or disable reverse per plugin instance. Update all of the plugins to the new plugin interface for reverse flow.
- 4106dc6 Update Secrets Broker to use the SPP v4 API and update the Secrets Broker API to v2
- 54d5615 Merge pull request #419 from OneIdentity/f_supportsshkeys2
- f4fa64c Merge pull request #418 from bnicholesdell/updaterestsharp
- 894c1ef Update to the same restsharp that is being used in safeguarddotnet.
- 16f449d Merge pull request #417 from bnicholesdell/addaccountgrouping
- d62b51f Add functionality to automatically add an account to an acco...
7.0.0.1761
Changes:
- 6f04d3d Merge pull request #386 from bnicholesdell/fixrelease3
- 0097e43 fix release
- 4b3e678 Merge pull request #385 from bnicholesdell/fixrelease2
- be5b381 fix release
- f9ddbb3 Release version 7.0.0
- d14f9bb Merge pull request #384 from bnicholesdell/updateplugindoc
- a6840ec Add plugin configuration documentation.
- fe3661b Merge pull request #383 from bnicholesdell/fixpluginupdates
- 661826e Update the plugin configuration structure if it changes.
- 080406d More updates
See More
- 5127bbb Merge pull request #382 from bnicholesdell/fixpluginupdateproblem
- 7e2d795 Resolve an upgrade issue when a new configuration element is added.
- fbc4410 Add README.md to each of the plugins that describes the configuration.
- 9819b86 Merge pull request #381 from bnicholesdell/allowcirclecisetallenv
- 6aaa9ae Allow the CircleCI plugin to set both organization context secrets and project secrets depending on the configuration.
- 25050f7 Merge pull request #380 from bnicholesdell/addgithubplugin
- 59a576f copy just the libsodium dll that we need and include it in the plugin zip file.
- 3ae857e Add a new plugin to store secrets in a github repository
- 12f4642 Merge pull request #379 from bnicholesdell/fixdeprecatedazurelib
- bae23ad Replace the deprecated Azure keyvaultclient library in the Azure Key Vault plugin. Bump the version number to 2.x and also bump the revision number of other plugins that included minor updates. Add a note to the README.md page to notify the user of the breaking change to the Azure Key Vault plugin.
- e7ba072 Merge pull request #378 from bnicholesdell/dontpublishdockerprerelease
- a514c7a Merge pull request #377 from bnicholesdell/makecircleciwork
- 7aa9161 Fix the namespace for the CircleCI plugin
- d77489a Only publish the docker images on a release. Skip pre-releases.
- ca009dd Fix typo
- fd33727 Merge pull request #376 from bnicholesdell/addcircleciplugin
- 5ee558e Finish implementing the test connection and the set credential callbacks.
- 1b02292 Add a plugin for CircleCI
- 279985b Merge pull request #375 from bnicholesdell/upgradenugetpackages
- 627263c Copy the SafeguardDevOpsService.xml to the docker image.
- 27d36fd Update the docker base images.
- 74a13ae Merge pull request #374 from bnicholesdell/upgradenugetpackages
- e2cb0b2 Update to .net6.0 and update nuget packages
- 88bb50c Merge pull request #373 from bnicholesdell/enhancecertmessages-1
- ef33893 Switch to err message
- d107442 Add some additional logging messages around an expired certificate.
- c40ecb0 Merge pull request #372 from OneIdentity/vault
- 3f571c2 Update install-forpipeline.ps1
- e81cc57 Update safeguard-devops.psd1
- 8ec4616 Merge branch 'master' into vault
- eb77cba Merge pull request #371 from LesWardwell/vault
- a71c97d Fix budget warning
- cf8970a Remove moment warning
- 92c2f7e Fix build issues
- bbf3a01 Fix build issues
- 96658c3 Fix build issues
- 6b66baf Fix build issues
- ba07828 Fix build issues
- 8cfa573 Upgrade Angular and eslint
- d891c2e Merge pull request #367 from bnicholesdell/onlypublishplugins
- 29d806c Bump the version so that publishing the powershell modules won't keep failing
- 1053c63 Merge pull request #366 from bnicholesdell/onlypublishplugins
- 6709ab6 Only publish the plugins release to Github.
- 7e431ed Update build-publish.yml
- 0035ed1 Update SetupSafeguardDevOpsService.wixproj
- 70c08ce Update windows-build-steps.yml
- b46f8c0 Update windows-setup-and-key-vault.yml
- 2c06c49 Update windows-build-steps.yml
- c2be589 Update README.md
- 1d3665a Merge pull request #341 from OneIdentity/addmonitordoc
- 4d06daf Add documentation for troubleshooting and viewing the monitor event list.
- b84d508 Merge pull request #335 from OneIdentity/dependabot/npm_and_yarn/SafeguardDevOpsService/ClientApp/log4js-6.4.0
- f6c2bdd Merge pull request #334 from OneIdentity/dependabot/npm_and_yarn/SafeguardDevOpsService/ClientApp/follow-redirects-1.14.7
- f8a28f6 Bump log4js from 6.3.0 to 6.4.0 in /SafeguardDevOpsService/ClientApp
- 1f16f98 Bump follow-redirects in /SafeguardDevOpsService/ClientApp
This list of changes was auto generated.
6.12.0.10117
The MSI is available from the Safeguard download page at support.oneidentity.com
Changes:
- 7d967d8 Merge pull request #333 from bnicholesdell/release-6_12_0
- 111cde2 Update the build to version 6.12.0
- f8f37e3 Merge pull request #332 from OneIdentity/dependabot/nuget/ExternalPlugins/HashiCorpVault/RestSharp-106.12.0
- e898749 Bump RestSharp in /ExternalPlugins/HashiCorpVault
- 6b2caed Merge pull request #331 from bnicholesdell/mergevaulttomaster
- e98eb81 Merge pull request #330 from LeeHoward1/npm
- 49ee8de Fix package references
- cb76830 Merge pull request #328 from bnicholesdell/fixtrustchaing
- b033094 simplify
- b85089c prevent walking the certificate trust chain from looping on a self-signed certificate that is no a CA.
See More
- fc2a5ef Merge pull request #327 from bnicholesdell/fixaddonconfigureretry
- 6d2e593 Produce an error message in the UI to indicate that the addon is not ready to be configured yet if the vault has not posted the account credentials.
- 32f43a3 Merge pull request #326 from bnicholesdell/updatenugetpackages
- 752fdb5 Fix the user permission problem on docker linux when checking for addon cleanup. Don't allow the user to configure the addon until the hashicorp accounts are available.
- a7e45cb Merge pull request #325 from bnicholesdell/updatenugetpackages
- 2b0a533 update nuget packages
- 8a41851 Merge pull request #324 from bnicholesdell/fixaccountgroupoperator
- c1f2393 Serialize the account group json using the enum string values.
- 6b7b561 Merge pull request #323 from bnicholesdell/jenkinsauthissues
- 7431226 Fix the Jenkins plugin authentication issues
- d7a35a4 Merge pull request #322 from bnicholesdell/fixlogexception
- 0ada06a Add a better error message when the plugin vault account credentials cannot be refreshed during service startup.
- e8a65b4 Merge pull request #321 from LesWardwell/vault
- 2749467 TFS 291715: [BUG] [SecretsBroker] 'Monitoring is unavailable' shows up twice on the main page
- 0066af5 Merge pull request #320 from bnicholesdell/addpluginversion
- 4181d56 line up the build numbers between the plugins and Secrets Broker.
- 9c78bc4 Add the plugin version number to the zip file and manifest
- 71b28d9 Merge pull request #319 from bnicholesdell/supportaddonupgrade
- f7dc8ae Implement support for upgrading an addon.
- 3c1836e Merge pull request #318 from LesWardwell/vault
- 2ff37d0 TFS 288564: [Bug] [Secrets Broker] [UI] Make the enter button act as Create CSR on the CSR dialog
- fe3d776 Merge pull request #317 from LesWardwell/vault
- 926d147 TFS 288564: [Bug] [Secrets Broker] [UI] Make the enter button act as Create CSR on the CSR dialog
- b64985b Merge pull request #316 from LesWardwell/vault
- a029258 TFS 288565: [BUG] [SecretsBroker][UI] Add warnings in the UI when certificates don't pass a trust chain validation
- 80ff515 Merge pull request #315 from LesWardwell/vault
- a2ade99 TFS 288565: [BUG] [SecretsBroker][UI] Add warnings in the UI when certificates don't pass a trust chain validation
- 9cedb6c Merge pull request #314 from LesWardwell/vault
- a415884 TFS 288339: [BUG] [SecretsBroker][UI] Add a refresh button to both the Select Vault Account and Select Account panels
- e8038ea Merge pull request #313 from bnicholesdell/tfs286656-fixtrustedauth2
- ba168be Clean up the certificate verification. Check the trust chain of the client and web certificates and validate the Safeguard certificate against the trust chain. Rework how the trust chain is validated.
- b853dcf Merge pull request #312 from bnicholesdell/tfs286656-fixtrustedauth
- b7855b7 Remove the check for trusted certificates in the CertificateValidation handler. A self-signed certificate may still be valid even if there aren't any trusted certificates in the list.
- 35935eb Merge pull request #311 from LesWardwell/vault
- 91f5ed4 TFS 288343, 288341, 288340, 288339, 286654
- cb58c4f Merge pull request #310 from LesWardwell/vault
- 9e8e96f TFS 286839: [BUG] [SecretsBroker][UI] Need an indicator on an addon that shows if it is production or test
- 598346a Merge pull request #309 from bnicholesdell/powershellrawversioning
- 650667f add an output statement for the powershell version number
- ec9e9fc Merge pull request #308 from bnicholesdell/powershellrawversioning
- 0bfe83d Create a powershell version number that includes the raw build number.
- 2dfa474 Merge pull request #307 from bnicholesdell/powershellrawversioning
- a9690d4 Use the raw version for the powershell cmdlets version number
- 46b95b7 Merge pull request #306 from LesWardwell/vault
- 684558d TFS 286654, 286646, 286542, 286422, 286268, 286061 Bug Fixes Web UI
- 3274dbd Merge pull request #305 from bnicholesdell/fixdocker5
- bcb54b3 temporarily remove publishing the powershell cmdlets
- 9c19c47 Merge pull request #304 from bnicholesdell/fixdocker5
- 7860baa bump the revision number
- a841054 Merge pull request #303 from bnicholesdell/fixdocker4
- fbabfb4 install more tools to help debug the container
- 5f5077a Merge pull request #302 from bnicholesdell/fixdocker3
- 7f4adf7 increase the limit on the upload addon file size
- 9db887c Merge pull request #301 from bnicholesdell/fixdocker2
- a3dd7d8 Configure sudo with no password for safeguard user
- 9558547 Merge pull request #300 from bnicholesdell/fixdocker1
- 9441b8d fix the ubuntu docker image
- 779dba3 Merge pull request #299 from bnicholesdell/fixdocker1
- 4bc3fe9 Add nginx and sudo to the containers
- df2f595 Merge pull request #298 from bnicholesdell/makeinstallcertsavailable
- e0cad71 Make sure that the genuineinstaller certs are available in docker
- b271109 Merge pull request #297 from bnicholesdell/fixhashicorpplugin
- 560cc0b switch the hashicorp plugin to use restsharp instead of vaultsharp package.
- 99d24c7 Merge pull request #296 from bnicholesdell/restoredefaultport
- b9a0007 Restore the default port when the Secrets Broker configuration is deleted.
- a6a019d Merge pull request #295 from bnicholesdell/checkdupaltaccounts
- 7e8da78 Make sure that there are no duplicate alternate account names. Remove all of the mapped accounts for the addon related plugin when the addon is removed. Allow the user to set the ignoreSSL flag back to true using the API if they get into an authentication trust failure.
- 1d5bb6f Merge pull request #294 from bnicholesdell/tfs286424-fixaddonconfigure
- 38f675f Fix the addon configuration so that it also configures the plugin with the vault account
- f719081 Merge pull request #293 from bnicholesdell/addpluginshutdown
- 1da7e8e Update the TLS certificates in the addons whenever the TLS certificate changes in Secrets Broker. Add a restart addons so that the user can attempt to recover a failed addon without having to restart the Secrets Broker service.
- 3ba3dbe Merge pull request #292 from bnicholesdell/fixbackgroundthread
- be1b861 Configure the plugin as system owned as soon as it is deployed if it matches an addon.
- 5f92547 Merge pull request #291 from bnicholesdell/copyverifycerts
- ffe34d0 Copy the signature verification certs to the application directo...
1.6.0.51067
Changes:
- 58b553e Release 1.6.0
- dde5520 Merge pull request #219 from bnicholesdell/fixdockeripaddress
- d61db3f Provide the docker host IP address as an environment variable.
- ec2eed4 Merge pull request #218 from petrsnd/testconnectionfix
- d85a7f7 forgot the help for -i option
- 0c5589b specify docker host ip to container
- 223e98e Accidentally corrupting node_modules during clean
- 8ba9df1 read IP from env, specify it from PS script
- 1a16f7c don't need the global angular install
- a5464b9 Merge pull request #217 from bnicholesdell/updatereadmenewgraphic
See More
- d05f505 Update some of the images in the readme doc
- 7af23f1 Added some better error handling to build script
- fcad0a8 looking to get the host IP, only works sometimes
- e7b3fb1 env var to tell if we are in a container
- 4e4c45d Merge pull request #215 from bnicholesdell/fixtestconnectionerrormsg [ #214 ]
- aebdb48 Fix the test connection error message. Issue #214
- 9a1eedd Merge pull request #213 from bnicholesdell/prepfor1.6.1-release
- f3979e2 Update the Safeguarddotnet package to 6.9.0
- 0118376 Merge pull request #212 from petrsnd/nowebui
- 66f9f08 don't build webui branch
- 480044e Merge pull request #211 from bnicholesdell/addplugindisableflag
- 0348f16 Add the disabled checkbox to the plugins.
- 21b3a80 Merge pull request #210 from bnicholesdell/showlastxtasks
- a40abba Make the the success and failure entries stand out more. Make the Monitor Events panel refresh whenever it is loaded.
- 4f541a6 Add the ability to view the last 100 password push events.
- 1b7a008 Merge pull request #209 from bnicholesdell/fixreadmetypos
- e916e16 Fix typos in the external plugins readme.md
- b6232fc Merge pull request #208 from bnicholesdell/dontpushreadmetodocker
- ab88bb7 Don't push the readme.md to dockerhub.
- 832b209 Merge pull request #207 from bnicholesdell/externalpluginreadme
- 213e45f Add documentation for building an external plugin.
- f63eaeb Merge pull request #206 from bnicholesdell/downloadlogfile
- 42321df Add the ability to download the log file from the web UI.
- 4c90cff Merge pull request #205 from bnicholesdell/plugintestconnection
- c3f49a7 Add the ability to test a plugin configuration
- b5edb62 Merge pull request #204 from bnicholesdell/deferredplugindelete [ #177 ]
- d621723 Implement a deferred plugin removal that is run when the service starts. This allows the user to delete a plugin and have it completely removed on a service restart.
- efc9639 Merge pull request #203 from bnicholesdell/moveto1_6
- e7a5122 Move to the next release
- e379866 Release version 1.5.0
This list of changes was auto generated.
1.5.0.38847
Changes:
- fcdc976 Release version 1.5.0
- 8c67059 Merge pull request #202 from aamburn/master
- 2657ad4 Fixed logging bug
- 67f7607 Merge pull request #201 from aamburn/master
- abdc55f sln file changes
- 75d8e87 Added Plugin to support AWS Secrets Manager Vault
- 9d30f3d Merge pull request #199 from bnicholesdell/updatesgnet68
- a1a74be Fix reinstall problems
- 216b1cb Upgrade SafeguardDotnet and other nuget packages
- 61465b5 Merge pull request #197 from bnicholesdell/movenextversion
See More
- 5d167fe Move next version
- e86a60d Merge pull request #196 from bnicholesdell/updatedocvideos
- 1c29758 Update the videos in the readme files
- 015cb3a Merge pull request #193 from bnicholesdell/fixversioningdocker
- 2b991f7 Fix the versioning in the docker images
- 0270178 Merge pull request #191 from bnicholesdell/fixcertbeforeafter
- 4439a66 Straighten out the before and after dates when getting the certificate info.
- ae98813 Merge pull request #188 from petrsnd/scriptchanges
- 3b0959e changes to the hashicorp deploy script
This list of changes was auto generated.
1.6.0.38853
Changes:
- efc9639 Merge pull request #203 from bnicholesdell/moveto1_6
- e7a5122 Move to the next release
- e379866 Release version 1.5.0
This list of changes was auto generated.
1.0.0.30691
Changes:
- 5530708 Merge pull request #195 from bnicholesdell/flipthereleaseflag
- cdea052 Cmdlet release notes
- 5cca78b Comment out the pre-release string for the powershell commands.
- 8a9ee66 Flip the release flag
- f286f3c Merge pull request #194 from bnicholesdell/fixversioningdocker1_0_0
- da184ff Fix the versioning in the docker images
- 57212d3 Merge pull request #192 from bnicholesdell/fixbeforeafter1_0_0
- 84d3494 Straighten out the before and after dates when getting the certificate info.
- 104447c Merge pull request #190 from bnicholesdell/setversion1_0_0
- 861158d set version to 1.0.0
See More
- ab72681 Merge pull request #189 from bnicholesdell/readmeupdates
- 057cccb Add docker warning note.
- 680b2a1 Merge pull request #187 from OneIdentity/WebUI
- 6bd30dd Merge pull request #186 from CzarinaMuro/WebUI
- cb2e09c Force reload of page after web server cert changes (after deleting configuration or after user updates web server cert)
- e2d0dbe Merge pull request #184 from CzarinaMuro/WebUI
- 656d601 Move footer to the bottom, adjust certificate button links, change word from plug-in to plugin
- 035f22f Fix bug with newly added SG accounts not showing up
- 657f7e9 Merge pull request #183 from petrsnd/samplehashicorp
- 19c81eb updates to the script and plugin module
- 734c573 Fixed some errors and error messages
- 3223512 Merge pull request #182 from bnicholesdell/addwebuidoc
- 395e959 Add the documentation for the Web UI
- 7c552bf A sample script that quickly configures hashicorp plugin
- 6e99c9e Merge pull request #176 from CzarinaMuro/WebUI
- 36a2656 Fix high severity vulnerabilities from npm audit
- b5f6180 Update when to show Start/Stop Monitoring
- 62d82de Display version number
- d116af4 Merge pull request #175 from bnicholesdell/fixservicestartup
- a301d18 Catch the exception when restoring the state of the monitor if there are no accounts to monitor.
- e728bff Merge pull request #174 from bnicholesdell/testwebui
- d531082 Revert to the old location of the safeguard.xml
- 252a04a Merge pull request #173 from petrsnd/fixdocker
- e5041a1 Changes need for Docker to serve the SPA
- e7a4987 Merge pull request #172 from CzarinaMuro/WebUI
- a78eba4 Don't keep appliance address in session storage - causes issues when product is reinstalled. Fix bug with plugins not updating after client cert re-applied.
- 679afde Update github link
- c003b2d Add message to restart monitor after plugin config changed
- 60a33b2 Update textarea width for chrome and edge
- b625c00 Merge pull request #171 from bnicholesdell/includeversion
- 5079044 Return the version of the Secrets Broker in the service configuration.
- 114f0f0 Merge pull request #170 from bnicholesdell/restoremonitorstate
- 1e3edd8 Merge pull request #169 from CzarinaMuro/WebUI
- 3b6a67c Restore the monitor to the last known running state and enable the A2A service on SPP during initial configuration.
- 6cf8453 Don't forget to update arrows after updating monitoring state
- 4b46ad1 Get monitoring state after service restart
- 6c61f09 Merge pull request #168 from CzarinaMuro/WebUI
- 68f96b2 Change confirmation text
- 6f346ea Fix SVG rendering across browsers
- e2e35d7 Disable actions when saving
- 9e102b1 Add minimum width
- f059adf Clean up lint error
- 5545f05 Update lint rules
- 1d39f01 Merge pull request #167 from CzarinaMuro/WebUI
- f5deebb Fix bugs
- 4739235 Merge pull request #166 from bnicholesdell/elevatewixinstallprivilege
- 1f5e607 Rework the installer to fix the following:
- a627c22 Align title and close icon
- 570cfd8 Remove circular dependency warning; fix bugs opening certificate dialogs on 'Back'
- 01b238f Merge pull request #165 from CzarinaMuro/WebUI
- a6bd0e5 Update notification messages for trusted certificates
- 77c69b8 Disable ripple for link buttons
- e8ef015 Web server certificate work
- daf63ec Merge pull request #164 from bnicholesdell/fixwebsslcerterrormessage
- 8e68da0 Add a better error message when the A2AClient or WebSsl certificate upload fails.
- 895fe4c Merge pull request #163 from CzarinaMuro/WebUI
- b93d212 Cleanup unused items
- e896fe4 Add paging to select accounts view
- 0d581ce Merge pull request #162 from JeffHarkavy/jsh_WebUI
- 7938581 TFS 256872 - added error bar component and some rudimentary error handling
- 3a42220 Merge branch 'WebUI' of https://github.com/OneIdentity/SafeguardDevOpsService into jsh_WebUI
- 68ea9fc Merge pull request #161 from CzarinaMuro/WebUI
- 7c0aa23 Work on trusted certificates dialog
- f8f6048 take out debug stuff
- 5ad3ba0 TFS 256872 - addedcommon spinner component that can show message
- 70d17eb Merge remote-tracking branch 'origin/WebUI' into WebUI
- e04b9c0 Merge pull request #159 from JeffHarkavy/jsh_WebUI
- aa90286 Merge pull request #160 from bnicholesdell/addcountparamavailableaccounts
- 598db8e PR comment - typo
- 2b2d4e2 Add a count parameter to the available accounts endpoint and remove the pendingRemoval flag.
- d3135a7 TFS 256863 - CSR create/view and cert upload and remove dialog work
- 246c566 Merge branch 'WebUI' of https://github.com/OneIdentity/SafeguardDevOpsService into jsh_WebUI
- e5de58e Fix cleanup configuration
- 656e9e6 Merge pull request #158 from CzarinaMuro/WebUI
- fdb7782 TFS 256863 - CSR dialog work
- 33a18da Change vault account selection method, update confirm dialog, change to mat-spinner, update select accounts view with order by, update restart service and delete config
- 481cc85 TFS 256863 - dialog, link, and button styling (WIP)
- eee59ac Merge pull request #157 from CzarinaMuro/WebUI
- 492eebf Show user display name, start on delete config on logon to new appliance
- 7765942 Add confirm dialog, trusted certificates, web server certificate, fix bugs
- bac6906 Merge pull request #156 from JeffHarkavy/jsh_WebUI
- 407a5f0 - initialize plugins after uploading a client cert
- f5b4fff use the "real" csr generation dialog from the upload
- 5364bb0 Merge pull request #155 from JeffHarkavy/jsh_WebUI
- 81a344f Merge branch 'WebUI' of https://github.com/OneIdentity/SafeguardDevOpsService into jsh_WebUI
- e019994 added DN Builder
- 453d888 Merge pull request #154 from bnicholesdell/addpendingdeleteflag
- f668b13 Add a flag to the appliance data to indicate that the UI intends to remove the configuration if the connected SPP appliance changes. This flag is for UI use only. The backend is just storing the value.
- c2ab6fb Merge pull request #153 from CzarinaMuro/WebUI
- bace944 Merge from master
- 4987c5f Merge branch 'WebUI' of https://github.com/OneIdentity/SafeguardDevOpsService into jsh_WebUI
- 5bb9ac2 Merge pull...