mirror of
https://github.com/rancher/types.git
synced 2025-09-16 14:59:16 +00:00
token hashing
This commit is contained in:
5
config/systemtokens/systemtokens.go
Normal file
5
config/systemtokens/systemtokens.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package systemtokens
|
||||
|
||||
type Interface interface {
|
||||
EnsureSystemToken(name, description, kind, username string, overrideTTL *int64) (string, error)
|
||||
}
|
Reference in New Issue
Block a user