Skip to content

Commit

Permalink
deprecate bascule pkgs (#578)
Browse files Browse the repository at this point in the history
* deprecate bascule pkgs

* updated changelog
  • Loading branch information
kristinapathak authored May 11, 2021
1 parent 28aedc2 commit 7f28b2e
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Deprecate basculechecks and basculemetrics packages. [#578](https://github.com/xmidt-org/webpa-common/pull/578)

## [v1.11.6]
- Use updated Argus client with OpenTelemetry integration. [#573](https://github.com/xmidt-org/webpa-common/pull/573) thanks to @utsavbatra5
Expand Down
29 changes: 29 additions & 0 deletions basculechecks/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/**
* Copyright 2021 Comcast Cable Communications Management, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/

/*
Package basculechecks provides bascule validators for JWT capability checking.
Deprecated: basculechecks is no longer planned to be used by future WebPA/XMiDT
services.
This package is frozen and no new functionality will be added. Fixes may be made
in order to maintain compatibility with github.com/xmidt-org/bascule for
services dependent on this package.
*/

package basculechecks
30 changes: 30 additions & 0 deletions basculemetrics/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/**
* Copyright 2021 Comcast Cable Communications Management, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/

/*
Package basculemetrics provides bascule-compatible metric middleware that tracks
if requests were authorized or not.
Deprecated: basculemetrics is no longer planned to be used by future WebPA/XMiDT
services.
This package is frozen and no new functionality will be added. Fixes may be made
in order to maintain compatibility with github.com/xmidt-org/bascule for
services dependent on this package.
*/

package basculemetrics

0 comments on commit 7f28b2e

Please sign in to comment.