Skip to content

Commit cef913e

Browse files
committed
rfc(informational): RBAC at Sentry
1 parent eca89f5 commit cef913e

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ This repository contains RFCs and DACIs. Lost?
2828
- [0047-introduce-profile-context](text/0047-introduce-profile-context.md): Add Profile Context
2929
- [0048-move-replayid-out-of-tags](text/0048-move-replayid-out-of-tags.md): Plan to replace freight with GoCD
3030
* [0043-instruction-addr-adjustment](text/0043-instruction-addr-adjustment.md): new StackTrace Protocol field that controls adjustment of the `instruction_addr` for symbolication
31+
- [0066-rbac-at-sentry](text/0066-rbac-at-sentry.md): RBAC at Sentry

text/0066-rbac-at-sentry.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
- Start Date: 2023-01-23
2+
- RFC Type: informational
3+
- RFC PR: https://github.com/getsentry/rfcs/pull/66
4+
- RFC Status: draft
5+
6+
# Summary
7+
8+
One paragraph explanation of the feature or document purpose.
9+
10+
# Motivation
11+
12+
Why are we doing this? What use cases does it support? What is the expected outcome?
13+
14+
# Background
15+
16+
The reason this decision or document is required. This section might not always exist.
17+
18+
# Supporting Data
19+
20+
[Metrics to help support your decision (if applicable).]
21+
22+
# Options Considered
23+
24+
If an RFC does not know yet what the options are, it can propose multiple options. The
25+
preferred model is to propose one option and to provide alternatives.
26+
27+
# Drawbacks
28+
29+
Why should we not do this? What are the drawbacks of this RFC or a particular option if
30+
multiple options are presented.
31+
32+
# Unresolved questions
33+
34+
- What parts of the design do you expect to resolve through this RFC?
35+
- What issues are out of scope for this RFC but are known?

0 commit comments

Comments
 (0)