Skip to content

Commit

Permalink
revert role change
Browse files Browse the repository at this point in the history
  • Loading branch information
crespocarlos committed Nov 11, 2024
1 parent 751ec82 commit 3a56a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function ApiTest({ getService }: DeploymentAgnosticFtrProviderCon
}
);

roleAuthc = await samlAuth.createM2mApiKeyWithRoleScope('editor');
roleAuthc = await samlAuth.createM2mApiKeyWithRoleScope('admin');

const opbeansJava = apm
.service({ name: 'opbeans-java', environment: 'production', agentName: 'java' })
Expand Down

0 comments on commit 3a56a72

Please sign in to comment.