Compare commits

...

2 Commits

Author SHA1 Message Date
wmantly 49bf0fa1d3 chore: release v1.15.0 2026-08-02 00:16:18 -04:00
wmantly 1b4764e328 feat: Rename SSO Manager to Jump in UI 2026-08-02 00:16:18 -04:00
5 changed files with 8 additions and 5 deletions
+3
View File
@@ -1,3 +1,6 @@
# v1.15.0
- feat: Rename SSO Manager to Jump in UI
# Changelog # Changelog
All notable changes to this project are documented here. Format loosely All notable changes to this project are documented here. Format loosely
+1 -1
View File
@@ -6,7 +6,7 @@
// values (LDAP creds, SSO API token) belong in the secrets file. // values (LDAP creds, SSO API token) belong in the secrets file.
module.exports = { module.exports = {
name: 'SSO Manager', name: 'Jump',
logo: '/static/img/theta42.svg', logo: '/static/img/theta42.svg',
// LDAP directory the users live in (same directory the SSO manages). // LDAP directory the users live in (same directory the SSO manages).
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "t42-jump-host", "name": "t42-jump-host",
"version": "1.14.0", "version": "1.15.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "t42-jump-host", "name": "t42-jump-host",
"version": "1.14.0", "version": "1.15.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^7.3.0", "@fortawesome/fontawesome-free": "^7.3.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "t42-jump-host", "name": "t42-jump-host",
"version": "1.14.1", "version": "1.15.0",
"description": "SSH jump host for the theta42 stack — LDAP-authenticated, directory-driven host bridging with audit and metrics", "description": "SSH jump host for the theta42 stack — LDAP-authenticated, directory-driven host bridging with audit and metrics",
"author": [ "author": [
{ {
+1 -1
View File
@@ -90,7 +90,7 @@
<hr /> <hr />
<div class="d-grid"> <div class="d-grid">
<a href="/api/auth/oidc/start" class="btn btn-outline-primary"> <a href="/api/auth/oidc/start" class="btn btn-outline-primary">
<i class="fa-solid fa-id-badge"></i> Log in with SSO <i class="fa-solid fa-id-badge"></i> Log in with Jump
</a> </a>
</div> </div>
<% } %> <% } %>