fix: add involves edge from task to agent:nomos at creation
Plus sync vendor directory for Docker build compatibility.
This commit is contained in:
26
vendor/github.com/infisical/go-sdk/models.go
generated
vendored
Normal file
26
vendor/github.com/infisical/go-sdk/models.go
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
package infisical
|
||||
|
||||
import (
|
||||
api "github.com/infisical/go-sdk/packages/api/auth"
|
||||
"github.com/infisical/go-sdk/packages/errors"
|
||||
"github.com/infisical/go-sdk/packages/models"
|
||||
)
|
||||
|
||||
type OciAuthLoginOptions struct {
|
||||
IdentityID string
|
||||
PrivateKey string
|
||||
Fingerprint string
|
||||
UserID string
|
||||
TenancyID string
|
||||
Region string
|
||||
Passphrase *string
|
||||
}
|
||||
|
||||
type MachineIdentityCredential = api.MachineIdentityAuthLoginResponse
|
||||
|
||||
type Secret = models.Secret
|
||||
type SecretImport = models.SecretImport
|
||||
|
||||
type APIError = errors.APIError
|
||||
type RequestError = errors.RequestError
|
||||
type NotModifiedError = errors.NotModifiedError
|
||||
Reference in New Issue
Block a user