Skip to content

fix(console): client security context runAsUser fix for nginx alpine#1046

Merged
KepoParis merged 1 commit into
mainfrom
fix/console-client-security-context
May 6, 2026
Merged

fix(console): client security context runAsUser fix for nginx alpine#1046
KepoParis merged 1 commit into
mainfrom
fix/console-client-security-context

Conversation

@KepoParis
Copy link
Copy Markdown
Contributor

Issues liées

Issues numéro:


Quel est le comportement actuel ?

La nouvelle image docker du front end de la console utilise maintenant une base alpine
Cela provoque des erreurs de permissions au démarrage du pod.

Quel est le nouveau comportement ?

Il n'y a plus d'erreur de permission le pod se lance correctement.

Cette PR introduit-elle un breaking change ?

Autres informations

L'uid de l'user nginx a changé lorsqu'on est passé sur une image base alpine
https://hub.docker.com/_/nginx

@KepoParis KepoParis added this to the GitOps Deployment milestone May 5, 2026
@KepoParis KepoParis self-assigned this May 5, 2026
@KepoParis KepoParis added the bug Something isn't working label May 5, 2026
- ALL
runAsNonRoot: true
runAsUser: 1001
runAsUser: 101
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Merci 🙏

@KepoParis KepoParis merged commit cdb03b1 into main May 6, 2026
2 checks passed
@KepoParis KepoParis deleted the fix/console-client-security-context branch May 6, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants