Skip to content

Commit

Permalink
Merge pull request #38 from element-hq/guillaumev/bookstack-perms
Browse files Browse the repository at this point in the history
Bookstack small fixes & typos
  • Loading branch information
guillaumevillemont authored May 29, 2024
2 parents 80add78 + fb3561c commit 2c1b630
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/bookstack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ maintainers:

# This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: "0.1.0"
version: "0.1.1"

# Track the appVersion based on the image:
# renovate: image=ghcr.io/linuxserver/bookstack
Expand Down
2 changes: 1 addition & 1 deletion charts/bookstack/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
- name: SAML2_GROUP_ATTRIBUTE
value: {{ .groupAttribute | quote }}
- name: SAML2_IDP_AUTHNCONTEXT
value: {{ .idpAuthnContent | quote }}
value: {{ .idpAuthnContext | quote }}
- name: SAML2_IDP_ENTITYID
value: {{ .idpEntityId | quote }}
- name: SAML2_NAME
Expand Down
24 changes: 12 additions & 12 deletions charts/bookstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ serviceAccount:
podAnnotations: {}

## Pod security options
podSecurityContext:
fsGroup: 1000

## Default security options to run bookstack as read only container without privilege escalation
securityContext:
allowPrivilegeEscalation: false
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsGroup: 1000
runAsUser: 1000
podSecurityContext: {}
# fsGroup: 1000

## Default security options
securityContext: {}
# allowPrivilegeEscalation: false
# privileged: false
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsGroup: 1000
# runAsUser: 1000

## Default bookstack service port (default web service port)
service:
Expand Down Expand Up @@ -160,7 +160,7 @@ settings:
emailAttribute: "email"
externalIdAttribute: "email"
groupAttribute: "Role"
idpAuthnContent: true
idpAuthnContext: true
idpEntityId: https://sso.example.com/auth/realms/company/protocol/saml/descriptor
name: "My SSO"
removeFromGroups: true
Expand Down

0 comments on commit 2c1b630

Please sign in to comment.