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

docker/README: automatic registration with tls (#1909) #1919

Merged
merged 2 commits into from
Dec 12, 2022

Conversation

mmetc
Copy link
Contributor

@mmetc mmetc commented Dec 11, 2022

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Dec 11, 2022

Codecov Report

Merging #1919 (a8defd9) into releases/1.4.x (f2528f3) will decrease coverage by 0.53%.
The diff coverage is n/a.

@@                Coverage Diff                 @@
##           releases/1.4.x    #1919      +/-   ##
==================================================
- Coverage           54.07%   53.53%   -0.54%     
==================================================
  Files                 148      148              
  Lines               19991    19991              
==================================================
- Hits                10810    10703     -107     
- Misses               7989     8111     +122     
+ Partials             1192     1177      -15     
Flag Coverage Δ
func-crowdsec 45.40% <ø> (-10.27%) ⬇️
func-cscli 44.92% <ø> (ø)
unit-linux 58.04% <ø> (-0.01%) ⬇️
unit-windows 53.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/crowdsec/serve.go 22.34% <0.00%> (-32.58%) ⬇️
cmd/crowdsec/api.go 51.85% <0.00%> (-27.78%) ⬇️
cmd/crowdsec/crowdsec.go 43.97% <0.00%> (-1.58%) ⬇️
cmd/crowdsec/main.go 62.94% <0.00%> (-1.02%) ⬇️
pkg/acquisition/modules/cloudwatch/cloudwatch.go 77.49% <0.00%> (-1.00%) ⬇️
pkg/leakybucket/manager_run.go 68.43% <0.00%> (+1.41%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mmetc mmetc added the kind/fix label Dec 12, 2022
@mmetc mmetc added this to the 1.4.4 milestone Dec 12, 2022
docker/README.md Outdated
@@ -163,13 +171,20 @@ https://docs.crowdsec.net/docs/user_guides/bouncers_configuration/

### Automatic Bouncer Registration

You can automatically register bouncers with the crowdsec container at startup, using environment variables or Docker secrets. You cannot use this process to update an existing bouncer without first deleting it.
Without TLS:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would write TLs authentatication here, because one can have a tls lapi without having tls auth, hence the statement might be a bit misleading.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok! I'll change it in the master as well

Copy link
Contributor

@sabban sabban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mmetc mmetc merged commit c996a21 into releases/1.4.x Dec 12, 2022
@mmetc mmetc deleted the backport-docker-tls-readme branch December 12, 2022 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants