password protect prometheus access [closed] - unix

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 10 months ago.
Improve this question
I am using prometheus to graph stats on my server. The problem is that that annybody can access the graphs from http://my.Ip.Adress:port/index.html. How can i password protect this access? alternatively: possible to password protect the port?

Prometheus doesn't have any built-in authentication or authorisation (there's just too many possible configurations), however you can use a reverse proxy to achieve this.
http://www.robustperception.io/adding-basic-auth-to-prometheus-with-nginx/ describes one way to do it.

Related

Scaling up a client vpn [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 days ago.
Improve this question
We are setting up an ikev2 client vpn using strongswan. So far we have managed to setup a single server using letsencrypt certificate with eap-radius authentication method. We are able to connect to our server without any issue. Now we want to auto-scale the vpn so that the server gets scaled up or down depending on the number of users connected to the server but how do we do it?
What would be the best approach to achieve this?

connect k8s to an database in same private cloud infrastructure but in different network [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I'm looking for an example how to connect my k8s in my (oracle) cloud with an database in the same cloud infrastructure but in another VCN and not to walk over the internet.
Any useful links?
You will need a local VCN peering between these two VCNs:
https://docs.cloud.oracle.com/en-us/iaas/Content/Network/Tasks/localVCNpeering.htm
Once you have it make sure security group (firewall rule) of DB instance is adjusted: DB instance allows incoming connections to DB port from the kubernetes node security group
https://docs.cloud.oracle.com/en-us/iaas/Content/Network/Concepts/networksecuritygroups.htm

How can https://www.whatismyip.com/ see my LAN IP address? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
The website is showing my correct internal LAN IP address.
https://www.whatismyip.com/
It does not work in Safari.
I do not suspect this is an XKCD #628 attack. How is this website implementing this?
This is because of WebRTC feature.WebRTC feature will leak your IP address even if you are behind a proxy server or using a VPN service.

Difference between a VPN that can access Netflix and one that can't? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
Obviously the difference is that one can and one cannot access Netflix. But how does Netflix ban VPNs while not catching VPNs designed specifically to access Netflix?
The main difference is the question of whether Netflix knows about them yet or not.
In time, the VPNs which can access Netflix today will likely end up being blocked by from accessing the service when Netflix's analysis of incoming connections reveals IP addresses which could belong to VPNs used to circumvent their restrictions.
It is possible that some operators of VPN services may make use of IP addresses which are changed periodically to make detection less likely and this is how they may go for an extended period of time without being blocked.

Does Parse.com encrypt data at rest [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have been asked if "I am" encrypting my data at rest. I was just curious if Parse does so when storing their information on Amazon's AWS servers. I checked out the Privacy section at Parse.com and didn't get an answer. I also tried searching for "data at rest", both here and at the google group, with no success. Thanks in advance!
No. It is encrypted whenever it travels over the wire (HTTPS), but not at rest.
You can encrypt the data and store it as you wish, but Parse does not automatically encrypt data for storage.

Resources