Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/auth/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ pub fn all_known_scopes() -> Vec<&'static str> {
pub fn read_only_scopes() -> Vec<&'static str> {
vec![
"apm_read",
"apm_remote_configuration_read",
"apm_service_catalog_read",
"apm_service_ingest_read",
"audit_logs_read",
"aws_configuration_read",
"azure_configuration_read",
Expand Down Expand Up @@ -106,7 +108,11 @@ pub fn default_scopes() -> Vec<&'static str> {
vec![
// APM
"apm_read",
"apm_remote_configuration_read",
"apm_remote_configuration_write",
"apm_service_catalog_read",
"apm_service_ingest_read",
"apm_service_ingest_write",
"apm_service_renaming_write",
// Audit
"audit_logs_read",
Expand Down
Loading
Loading