-
Notifications
You must be signed in to change notification settings - Fork 60
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
Ssl support #925
Ssl support #925
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #925 +/- ##
==========================================
+ Coverage 83.40% 83.64% +0.24%
==========================================
Files 40 40
Lines 2843 2934 +91
==========================================
+ Hits 2371 2454 +83
- Misses 384 388 +4
- Partials 88 92 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
5a6f38e
to
b196c7c
Compare
docs/remote-ssh.md
Outdated
@@ -18,8 +18,7 @@ encrypted over ssh. | |||
|
|||
**Note:** The root user or anyone with [CAP_NET_RAW or CAP_NET_ADMIN](https://man7.org/linux/man-pages/man7/capabilities.7.html) | |||
will be able to intercept the HTTP traffic on either endpoint and obtain the bearer token | |||
and/or any IAM Credentials stored in the ECS Server. As of this time, `aws-sso` does | |||
[not support HTTPS](https://github.com/synfinatic/aws-sso-cli/issues/518) for full end-to-end encryption. | |||
and/or any IAM Credentials stored in the ECS Server if you have not [enabled SSL](ecs-server.md#enable-ssl). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ecs-server.md#enable-ssl. Status: 404 Cannot find section: #enable-ssl in file: /home/runner/work/aws-sso-cli/aws-sso-cli/docs/ecs-server.md.
ced2158
to
c250e7b
Compare
* add `ecs cert` command to load cert/private key * Stores the cert/private key in the secure store * Re-think how the http auth CLi args work Fixes: #518
No description provided.