Commit 3bb9d17
committed
fix(policy): add protocol/enforcement/tls to GitHub endpoints
Replace access: full on github.com and api.github.com with L7-enforced
REST policies. Without protocol: rest the proxy treats these as L4-only
connections and method/path rules cannot be evaluated.
github.com: POST scoped to git-upload-pack/git-receive-pack only.
api.github.com: writes scoped to PR/issue workflows and git ref/content
operations. DELETE excluded to block destructive ops.
Closes #1111
Signed-off-by: latenighthackathon <latenighthackathon@users.noreply.github.com>1 parent 2746580 commit 3bb9d17
1 file changed
Lines changed: 32 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
100 | 112 | | |
101 | 113 | | |
102 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
103 | 133 | | |
104 | 134 | | |
105 | 135 | | |
| |||
0 commit comments