Documentation ¶
Overview ¶
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.
Index ¶
- type LockboxBackend
- type LockboxClient
- type YandexCloudCreator
- func (c *YandexCloudCreator) CreateIamToken(ctx context.Context, apiEndpoint string, authorizedKey *iamkey.Key) (*client.IamToken, error)
- func (c *YandexCloudCreator) CreateLockboxClient(ctx context.Context, apiEndpoint string, authorizedKey *iamkey.Key) (client.LockboxClient, error)
- func (c *YandexCloudCreator) Now() time.Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LockboxBackend ¶
type LockboxBackend struct {
// contains filtered or unexported fields
}
Fakes Yandex Lockbox service backend.
func NewLockboxBackend ¶
func NewLockboxBackend(tokenExpirationDuration time.Duration) *LockboxBackend
func (*LockboxBackend) AddVersion ¶
func (lb *LockboxBackend) AddVersion(secretID string, entries ...*lockbox.Payload_Entry) string
func (*LockboxBackend) AdvanceClock ¶
func (lb *LockboxBackend) AdvanceClock(duration time.Duration)
func (*LockboxBackend) CreateSecret ¶
func (lb *LockboxBackend) CreateSecret(authorizedKey *iamkey.Key, entries ...*lockbox.Payload_Entry) (string, string)
type LockboxClient ¶
type LockboxClient struct {
// contains filtered or unexported fields
}
Fake implementation of LockboxClient.
func (*LockboxClient) GetPayloadEntries ¶
func (c *LockboxClient) GetPayloadEntries(ctx context.Context, iamToken, secretID, versionID string) ([]*lockbox.Payload_Entry, error)
type YandexCloudCreator ¶
type YandexCloudCreator struct {
Backend *LockboxBackend
}
Fake implementation of YandexCloudCreator.
func (*YandexCloudCreator) CreateIamToken ¶
func (*YandexCloudCreator) CreateLockboxClient ¶
func (c *YandexCloudCreator) CreateLockboxClient(ctx context.Context, apiEndpoint string, authorizedKey *iamkey.Key) (client.LockboxClient, error)
func (*YandexCloudCreator) Now ¶
func (c *YandexCloudCreator) Now() time.Time
Click to show internal directories.
Click to hide internal directories.