Skip to content
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

uploadRoles and new authModes #2482

Merged
merged 1 commit into from Oct 27, 2023
Merged

uploadRoles and new authModes #2482

merged 1 commit into from Oct 27, 2023

Conversation

awick
Copy link
Contributor

@awick awick commented Oct 27, 2023

  • Can now set uploadRoles to control who can upload, defaults to arkimeUser, still need uploadCommand to be set also

  • pass the logout url to the vueapp instead of authMode

  • several new auth modes: headerOnly, header+digest, header+basic

License

I confirm that this contribution is made under an Apache 2.0 license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

* Can now set uploadRoles to control who can upload, defaults to
  arkimeUser, still need uploadCommand to be set also

* pass the logout url to the vueapp instead of authMode

* several new auth modes: headerOnly, header+digest, header+basic
@awick awick requested a review from 31453 October 27, 2023 12:38
@@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0
<template>
<b-button
:size="size"
v-if="authMode && authMode === 'form'"
v-if="logoutUrl"
Copy link
Collaborator

@31453 31453 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😲 FE DEV! ✨

@awick awick merged commit 86184c9 into main Oct 27, 2023
11 checks passed
@awick awick deleted the uploadRoles-moreauth branch October 27, 2023 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants