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

Argus package deletion #765

Open
wants to merge 5 commits into
base: feat/caduceus-testing
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
ci:
uses: xmidt-org/shared-go/.github/workflows/ci.yml@c36ac2ad09d830fd07a1994264400c8c50e10302 # v4.4.14
uses: xmidt-org/shared-go/.github/workflows/ci.yml@2cfcfbb8d0b4d0749d46488ea4c60ef998e566bd # v4.4.16
with:
release-type: program
release-docker: true
Expand Down
4 changes: 1 addition & 3 deletions auth/provide.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
package auth

import (
"fmt"

"github.com/xmidt-org/bascule/basculechecks"
"github.com/xmidt-org/bascule/basculehttp"
"go.uber.org/fx"
Expand All @@ -28,7 +26,7 @@ func Provide(configKey string) fx.Option {
),
basculehttp.ProvideBasicAuth(configKey),
provideBearerTokenFactory(configKey),
basculechecks.ProvideRegexCapabilitiesValidator(fmt.Sprintf("%v.capabilities", configKey)),
basculechecks.ProvideRegexCapabilitiesValidator(),
basculehttp.ProvideBearerValidator(),
basculehttp.ProvideServerChain(),
)
Expand Down
21 changes: 0 additions & 21 deletions chrysom/README.md
Copy link
Contributor Author

@maurafortino maurafortino Jul 17, 2024

Choose a reason for hiding this comment

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

This file was deleted.

275 changes: 0 additions & 275 deletions chrysom/basicClient.go

This file was deleted.

Loading
Loading