Skip to content
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

feat: adjust ownership and permission to avoid bloated images (#219) #229

Merged
merged 3 commits into from
May 16, 2022

Conversation

iromli
Copy link
Contributor

@iromli iromli commented May 13, 2022

The changeset adjust ownership and permission as mentioned in #219

@iromli iromli requested a review from moabu as a code owner May 13, 2022 15:53
@iromli iromli linked an issue May 13, 2022 that may be closed by this pull request
@iromli iromli added kind-enhancement Issue or PR is an enhancement to an existing functionality comp-docker-casa labels May 13, 2022
@@ -199,7 +199,8 @@ ENV CN_MAX_RAM_PERCENTAGE=75.0 \
CN_JAVA_OPTIONS="" \
CN_SSL_CERT_FROM_SECRETS=false \
GOOGLE_PROJECT_ID="" \
GOOGLE_APPLICATION_CREDENTIALS=/etc/jans/conf/google-credentials.json
GOOGLE_APPLICATION_CREDENTIALS=/etc/jans/conf/google-credentials.json \
CN_CASA_ADMIN_LOCK_FILE=/opt/jans/jetty/casa/resources/.administrable
Copy link
Member

Choose a reason for hiding this comment

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

We should add this env to the readme env section

Copy link
Contributor Author

@iromli iromli May 15, 2022

Choose a reason for hiding this comment

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

Noted. Also, we need to change the env name to GLUU_CASA_ADMIN_LOCK_FILE to align with the image specific env vars (i.e. GLUU_CASA_APP_LOGGERS).

docker-casa/Dockerfile Show resolved Hide resolved
@sonarqubecloud
Copy link

[casa-base] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@moabu moabu merged commit 6187559 into main May 16, 2022
@moabu moabu deleted the cn-owner-perm branch May 16, 2022 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-docker-casa kind-enhancement Issue or PR is an enhancement to an existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(docker): review ownership and permission
2 participants