Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Update the health check UI sample to use SSL #2246

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 23, 2024

  1. refactor: Update the health check UI sample to use SSL

    * Encourage health checks samples to be secure by design
    * Include the health check JSON endpoint in the sample UI.
    Jamie-Clayton committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    6fb1974 View commit details
    Browse the repository at this point in the history
  2. refactor: Cleanup sample appsettings

    * Sort entries
    * Add AllowedHosts entry
    * Add Logging entry (observability)
    * Add TODO tags with recommendations for engineers following the examples.
    Jamie-Clayton committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    7bd41b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fcd09a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3f8374 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a9214b View commit details
    Browse the repository at this point in the history
  6. fix: WebHooks configuration typos in json

    * Ensure we have 2 webhook endpoints
    * Ensure the UI displays the webhooks information
    * Unable to find UIWebHooksApiMiddleware unit tests
    Jamie-Clayton committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    ab0eaf1 View commit details
    Browse the repository at this point in the history