-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Sync with fork #35
Open
livehybrid
wants to merge
53
commits into
splunk:master
Choose a base branch
from
livehybrid:ws-auth-dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
feature: Dashboard selection from specific app
Add token auth capability
Allow setting empty tags for future use
Add token auth capability
Fix app context and upgrade template to latest components
Rebase and feature improvements (app/tags/images)
wWs add svg support
…s-add-svg-support
Ws fix buildddash
Use dashboard default refresh time if set
* Added Tag options and updated yarn * Disable NextJS Telemetry * Fix embedded images * Initial add of Docker image * Rename * Update docker-compose-envs.yml * Create README.md
* Allow referencing static assets * Update package.json * Upgrades winter 2023 * Updates to latest dependencies * Updated deps * Updated intialMode * homepage footer
livehybrid
changed the title
Basic Auth / Tags via env vars / custom Viz features
WIP: Sync with fork
Feb 27, 2024
* Allow referencing static assets * Update package.json * Upgrades winter 2023 * Updates to latest dependencies * Updated intialMode * homepage footer * Update to newer node alpine image
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview of updates
Functionality Enhancements
CLI Tool Enhancements
cli/init.js
parseDashboardsAndTags
function to parse dashboards and associated tags from environment variables or prompts.DASHPUB_CUSTOM_VIZ_PATH
Template Updates
package.json
Dependenciesjsonwebtoken
andcookies-next
to dependencies for handling JWT authentication and cookies management.New Login Component
login.js
component intemplate/src/components
for handling user authentication with a simple Splunk UI styled login form.Page Component Styling
template/src/components/page.js
for improved layout and readability.Middleware for Authentication
template/src/middleware.ts
to verify JWT tokens and manage access control, if enabled.Dashboard Page Enhancements
template/src/pages/[dashboard].jsx
to support dynamic dashboard rendering with enhanced URL handling for images.API Data Handling
template/src/pages/api/data/[dsid].js
.Login API Endpoint
template/src/pages/api/login.js
for handling login requests and token generation.Login Page
template/src/pages/login.jsx
integrating theLogin
component with overall theme support.