Skip to content

Commit

Permalink
Add firewall rule accept jupyter_server
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Dec 17, 2024
1 parent 520eeca commit cff405e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/profile/manifests/jupyterhub.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
Class['profile::software_stack'] -> Class['jupyterhub::kernel::venv']
}
}
nftables::rule { 'default_in-jupyter_server':
content => "tcp dport 32768-60999 accept comment \"Accept jupyter_server\"",
}
}

class profile::jupyterhub::hub::keytab {
Expand Down

0 comments on commit cff405e

Please sign in to comment.