Commit edaf539
entrypoints: dereference symlinks when copying sssd config (cp -rL)
The sssd config now arrives as a k8s Secret volume, where files are
symlinks into the ..data directory. cp -r copied the symlink itself,
leaving /etc/sssd/sssd.conf dangling and sssd starting with no domains.
cp -rL copies the file content. (The munge key copy is unaffected: plain
cp already dereferences its source.)
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent a8b9aa4 commit edaf539
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments