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

rfc(informational): RBAC at Sentry #66

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ This repository contains RFCs and DACIs. Lost?
- [0047-introduce-profile-context](text/0047-introduce-profile-context.md): Add Profile Context
- [0048-move-replayid-out-of-tags](text/0048-move-replayid-out-of-tags.md): Plan to replace freight with GoCD
* [0043-instruction-addr-adjustment](text/0043-instruction-addr-adjustment.md): new StackTrace Protocol field that controls adjustment of the `instruction_addr` for symbolication
- [0066-rbac-at-sentry](text/0066-rbac-at-sentry.md): RBAC at Sentry
35 changes: 35 additions & 0 deletions text/0066-rbac-at-sentry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
- Start Date: 2023-01-23
- RFC Type: informational
- RFC PR: https://github.com/getsentry/rfcs/pull/66
- RFC Status: draft

# Summary

One paragraph explanation of the feature or document purpose.

# Motivation

Why are we doing this? What use cases does it support? What is the expected outcome?

# Background

The reason this decision or document is required. This section might not always exist.

# Supporting Data

[Metrics to help support your decision (if applicable).]

# Options Considered

If an RFC does not know yet what the options are, it can propose multiple options. The
preferred model is to propose one option and to provide alternatives.

# Drawbacks

Why should we not do this? What are the drawbacks of this RFC or a particular option if
multiple options are presented.

# Unresolved questions

- What parts of the design do you expect to resolve through this RFC?
- What issues are out of scope for this RFC but are known?