-
Notifications
You must be signed in to change notification settings - Fork 90
add quickstart for k8s ingress nginx [WIP] #917
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
Open
sabban
wants to merge
33
commits into
main
Choose a base branch
from
k8s/ingress
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
deploy scenario howto
…v1.7.0 (#920) Add documentation for two new time helper functions introduced in v1.7.0: - AverageInterval: Calculates average interval between timestamps - MedianInterval: Calculates median interval between timestamps These functions enable detection scenarios based on timing patterns rather than simple event counts, useful for detecting slow brute-force attacks and rate anomalies. Includes practical YAML examples and usage notes for both current docs and v1.7 versioned docs.
Update tailwindcss from 3.4.17 to 3.4.18 (patch release) Staying on v3.x for compatibility.
* enhancement: update Biome to 2.3.2 Update @biomejs/biome from 2.2.0 to 2.3.2 (minor release) Includes linting improvements and bug fixes. * enhancement: configure Biome for Tailwind CSS support Update biome.json configuration to enable Tailwind CSS directives: - Update schema to 2.3.2 - Enable tailwindDirectives in CSS parser - Fixes linting errors with @apply directives This resolves parsing issues with Tailwind-specific syntax.
Update all Docusaurus packages from 3.9.0 to 3.9.2 (patch release) - @docusaurus/core - @docusaurus/faster - @docusaurus/preset-classic - @docusaurus/plugin-client-redirects - @docusaurus/theme-common - @docusaurus/theme-search-algolia - @docusaurus/module-type-aliases - @docusaurus/tsconfig - @docusaurus/types
Update typescript from 5.8.3 to 5.9.3 (minor release) Includes compiler improvements and bug fixes.
Update @mdx-js/react from 3.1.0 to 3.1.1 (patch release) Bug fixes and improvements for MDX rendering.
Update lucide-react from 0.441.0 to 0.552.0 New icons and improvements to the icon library.
* chore: react 19 * chore: oops * enhance: make table less jumpy on load * chore: updates * chore: update tailwindcss * chore: downgrade tailwindcss v3 * chore: bothed upgrade * chore: bothed upgrade * chore: bothed upggrade
…mmendations (#908) - Document how to configure SPOA when HAProxy is behind a CDN - Use X-Real-IP header extraction instead of direct client IP - Add critical firewall security note about trusted proxy validation - Include guidance on X-Forwarded-For with left-to-right (1) and right-to-left (-1) IP extraction - Provide CDN-specific header names and HAProxy functions reference
…pages Focus pages for security insights
* add traefik for kubernetes * add reference to healthcheck * update 1.7 quickstart version as well
The behaviors json file link was not found, update with the new one.
- Update configuration structure: replace workers with listen_tcp/listen_unix - Remove admin_socket references - Update log directory to /var/log/crowdsec-spoa/ - Update template paths to /var/lib/crowdsec-haproxy-spoa-bouncer/html/ - Update config file paths to /etc/crowdsec/bouncers/ - Update header names to X-Crowdsec-* (canonical form) - Update HAProxy config examples with src-ip fallback - Add file permission notes for crowdsec-spoa user - Add comprehensive Configuration Reference section - Standardize all default value mentions to (default: value) format
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add quickstart for k8s ingress nginx