fix: add bounded JD code-channel auth inspection
This commit is contained in:
parent
8c0642d4f2
commit
928a6ddb2c
4 changed files with 50 additions and 7 deletions
|
|
@ -10,7 +10,12 @@ const { sendSmtpMail } = require("./smtp-mailer");
|
|||
const { executeRegisteredAction } = require("./action-client");
|
||||
|
||||
const DEFAULT_ACTIONS = Object.freeze({
|
||||
"server-login": ["read-navigation-map", "inspect-services", "health-check"],
|
||||
"server-login": [
|
||||
"read-navigation-map",
|
||||
"inspect-services",
|
||||
"health-check",
|
||||
"inspect-code-channel-owner-auth",
|
||||
],
|
||||
"server-ops": [
|
||||
"read-navigation-map",
|
||||
"inspect-services",
|
||||
|
|
|
|||
Loading…
Reference in a new issue