forked from openstack/kayobe
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #350 from stackhpc/upstream/2024.1-2024-11-18
Synchronise 2024.1 with upstream
- Loading branch information
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 file contains 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
17 changes: 17 additions & 0 deletions
17
releasenotes/notes/adds-internal-vip-to-no-proxy-cbb4db4ea3909185.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
features: | ||
- | | ||
Adds the internal VIP to the NOPROXY/noproxy environment variables. | ||
security: | ||
- | | ||
When running API requests from a host configured with kayobe, traffic | ||
destined for the internal VIP is sent via the default proxy. This can be a | ||
security issue if not using TLS as the proxy will be able to intercept the | ||
traffic. If using an untrusted proxy, with TLS disabled on the internal | ||
VIP, it is recommended that you run ``kayobe overcloud host configure -t | ||
proxy``, ``kayobe seed hypervisor host configure -t proxy``, ``kayobe seed | ||
host configure -t proxy``, and ``kayobe infra vm host configure -t proxy``, | ||
to add the internal VIP to the no proxy configuration. This is considered a | ||
minor issue as traffic between containers will not use the proxy by | ||
default. | ||
`LP#2087556 <https://launchpad.net/bugs/2087556>`__ |