Skip to content

poc#6738

Closed
sredxny wants to merge 1 commit into
release-5.3.1from
poc-oauth-deletion-edge
Closed

poc#6738
sredxny wants to merge 1 commit into
release-5.3.1from
poc-oauth-deletion-edge

Conversation

@sredxny
Copy link
Copy Markdown
Contributor

@sredxny sredxny commented Dec 3, 2024

Description

Related Issue

Motivation and Context

How This Has Been Tested

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactoring or add test (improvements in base code or adds test coverage to functionality)

Checklist

  • I ensured that the documentation is up to date
  • I explained why this PR updates go.mod in detail with reasoning why it's required
  • I would like a code coverage CI quality gate exception and have explained why

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 3, 2024

API Changes

--- prev.txt	2024-12-03 15:21:04.745532655 +0000
+++ current.txt	2024-12-03 15:21:01.777520411 +0000
@@ -10533,6 +10533,9 @@
 	// AnalyticsConn is the analytics connection type
 	AnalyticsConn = "analytics"
 )
+const (
+	Key = "Key"
+)
 const B64JSONPrefix = "ey"
     `{"` in base64
 
@@ -10802,7 +10805,8 @@
     AuthorisationManager to read and write key values to the backend
 
 type MdcbStorage struct {
-	CallbackonPullfromRPC *func(key string, val string) error
+	CallbackonPullCertificatefromRPC *func(key string, val string) error
+	CallbackOnPullOauthFromRPC       *func(key string, val string) error
 	// Has unexported fields.
 }
 

@sredxny sredxny closed this Jul 14, 2025
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.

1 participant