-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'rjb/no-readonly-ssh-access-for-api-bns' into 'master'
fix(api-bns): readonly SSH access for API BNs # BOUN-1125 # OR-326 This MR extends the SSH access manager such that it is also aware of the API boundary nodes. Before, the SSH access manager assumed that if the node is not part of a subnet, it is an unassigned node and therefore the SSH access policy of unassigned nodes was applied. Now, the SSH access manager checks if the node is part of a subnet, if not, it checks if it is an API boundary node and only then considers it to be an unassigned node. See merge request dfinity-lab/public/ic!19171
- Loading branch information
Showing
2 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters