provide license token directly via plugin environment (#25987)
* provide license token directly via plugin environment
This commit is contained in:
@@ -56,3 +56,7 @@ func (l *OSSLicensingService) Init() error {
|
||||
func (*OSSLicensingService) HasValidLicense() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (*OSSLicensingService) TokenRaw() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user