security-context Questions
1
I'm trying to get Nginx to run with minimal privileges while being able to act as a proxy on port 80. In other words, this is the securityContext I'm working with:
securityContext:
allowPrivilege...
Vanmeter asked 31/3, 2023 at 12:58
2
Dear K8S community Team,
I am getting this error message from nginx when I deploy my application pod. My application an angular6 app is hosted inside an nginx server, which is deployed as a docker...
Accessory asked 2/4, 2019 at 14:33
1
Solved
I am trying to host a web app in a container with read only file system. Whenever I try to configure the root file system as read only through the SecurityContext of the container I get the followi...
Hasidism asked 23/9, 2021 at 15:37
2
Solved
I'm new to Kubernetes and I'm trying to understand some security stuff.
My question is about the Group ID (= gid) of the user running the container.
I create a Pod using this official example: ht...
Tayyebeb asked 29/12, 2017 at 13:52
1
I developing a stateless REST API that makes use of token based authentication, where I'm manually adding an Authentication object to the security context by calling SecurityContextHolder.getContex...
Puke asked 11/6, 2015 at 12:58
2
I'm using Spring 5.1 and Spring security 4.2. I'm configured access rules using an XML file. My question is, how do I write an intercept rule (access control to a URL) based on a property in the Sp...
Ostracize asked 6/9, 2018 at 20:52
2
Solved
In my spring application, I would like that a SecurityContext always holds an Authentication. If it's not a regular UsernamePasswordAuthenticationToken, it will be a PreAuthenticatedAuthenticationT...
Hydrogenate asked 2/11, 2017 at 14:59
1
I have tests like this:
@RunWith(SpringRunner.class)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
@DirtiesContext(classMode = DirtiesContext.ClassMode.BEFORE_CLASS)
...
Ulland asked 11/9, 2017 at 11:7
1
I'm seeing some strange behaviour when using stateless token-based authentication on a rest API written using Spring Boot.
The client includes a JWT token with each request, and a custom filter I'...
Loosen asked 10/6, 2015 at 15:51
4
Solved
I'm currently using a homegrown method to run a process as a different user in Vista, and I can't escape the feeling that's it hack-ish and less than ideal (in addition to the fact that it craps ou...
Cellar asked 26/1, 2009 at 16:21
1
Solved
I have a spring bean (dao) object which I instantiate in my ServletContext via the following xml:
<bean id="userDao" class="com.company.dao.impl.UserDaoImpl">
<property name="sessionFact...
Nerissanerita asked 12/10, 2011 at 21:10
3
Solved
One thing that I've always hated more than just about anything in MS SQL Server is the way that security works. The security context constantly switches if you look at the server funny and it's oft...
Amby asked 2/8, 2010 at 20:55
1
© 2022 - 2024 — McMap. All rights reserved.