Home
last modified time | relevance | path

Searched refs:rabbithole (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/security/vault/vault-1.8.2/builtin/logical/rabbitmq/
H A Dbackend.go11 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
58 client *rabbithole.Client
63 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
88 b.client, err = rabbithole.NewClient(connConfig.URI, connConfig.Username, connConfig.Password)
H A Dpath_role_create.go11 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
94 resp, err := client.PutUser(username, rabbithole.UserSettings{
131 resp, err := client.UpdatePermissionsIn(vhost, username, rabbithole.Permissions{
159 resp, err := client.UpdateTopicPermissionsIn(vhost, username, rabbithole.TopicPermissions{
/dports/misc/concourse/vault-bdd38fca2cff/builtin/logical/rabbitmq/
H A Dbackend.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
59 client *rabbithole.Client
64 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
97 b.client, err = rabbithole.NewClient(connConfig.URI, connConfig.Username, connConfig.Password)
H A Dpath_role_create.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
72 if _, err = client.PutUser(username, rabbithole.UserSettings{
82 if _, err := client.UpdatePermissionsIn(vhost, username, rabbithole.Permissions{
100 if _, err := client.UpdateTopicPermissionsIn(vhost, username, rabbithole.TopicPermissions{
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/builtin/logical/rabbitmq/
H A Dbackend.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
59 client *rabbithole.Client
64 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
97 b.client, err = rabbithole.NewClient(connConfig.URI, connConfig.Username, connConfig.Password)
H A Dpath_role_create.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
72 if _, err = client.PutUser(username, rabbithole.UserSettings{
82 if _, err := client.UpdatePermissionsIn(vhost, username, rabbithole.Permissions{
100 if _, err := client.UpdateTopicPermissionsIn(vhost, username, rabbithole.TopicPermissions{
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/builtin/logical/rabbitmq/
H A Dbackend.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
59 client *rabbithole.Client
64 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
97 b.client, err = rabbithole.NewClient(connConfig.URI, connConfig.Username, connConfig.Password)
H A Dpath_role_create.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
72 if _, err = client.PutUser(username, rabbithole.UserSettings{
82 if _, err := client.UpdatePermissionsIn(vhost, username, rabbithole.Permissions{
H A Dbackend_test.go15 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
54 rmqc, err := rabbithole.NewClient(address, "guest", "guest")
178 client, err := rabbithole.NewClient(uri, d.Username, d.Password)
206 client, err = rabbithole.NewClient(uri, d.Username, d.Password)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/builtin/logical/rabbitmq/
H A Dbackend.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
59 client *rabbithole.Client
64 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
97 b.client, err = rabbithole.NewClient(connConfig.URI, connConfig.Username, connConfig.Password)
H A Dpath_role_create.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
72 if _, err = client.PutUser(username, rabbithole.UserSettings{
82 if _, err := client.UpdatePermissionsIn(vhost, username, rabbithole.Permissions{
H A Dbackend_test.go15 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
54 rmqc, err := rabbithole.NewClient(address, "guest", "guest")
178 client, err := rabbithole.NewClient(uri, d.Username, d.Password)
206 client, err = rabbithole.NewClient(uri, d.Username, d.Password)
/dports/sysutils/helmfile/vault-f6547fa8e820/builtin/logical/rabbitmq/
H A Dbackend.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
59 client *rabbithole.Client
64 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
97 b.client, err = rabbithole.NewClient(connConfig.URI, connConfig.Username, connConfig.Password)
H A Dpath_role_create.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
72 if _, err = client.PutUser(username, rabbithole.UserSettings{
82 if _, err := client.UpdatePermissionsIn(vhost, username, rabbithole.Permissions{
100 if _, err := client.UpdateTopicPermissionsIn(vhost, username, rabbithole.TopicPermissions{
/dports/sysutils/gomplate/vault-sdk-v0.1.13/builtin/logical/rabbitmq/
H A Dbackend.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
59 client *rabbithole.Client
64 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
97 b.client, err = rabbithole.NewClient(connConfig.URI, connConfig.Username, connConfig.Password)
H A Dpath_role_create.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
72 if _, err = client.PutUser(username, rabbithole.UserSettings{
82 if _, err := client.UpdatePermissionsIn(vhost, username, rabbithole.Permissions{
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/builtin/logical/rabbitmq/
H A Dbackend.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
59 client *rabbithole.Client
64 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
97 b.client, err = rabbithole.NewClient(connConfig.URI, connConfig.Username, connConfig.Password)
H A Dpath_role_create.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
72 if _, err = client.PutUser(username, rabbithole.UserSettings{
82 if _, err := client.UpdatePermissionsIn(vhost, username, rabbithole.Permissions{
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/builtin/logical/rabbitmq/
H A Dbackend.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
59 client *rabbithole.Client
64 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
97 b.client, err = rabbithole.NewClient(connConfig.URI, connConfig.Username, connConfig.Password)
H A Dpath_role_create.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
72 if _, err = client.PutUser(username, rabbithole.UserSettings{
82 if _, err := client.UpdatePermissionsIn(vhost, username, rabbithole.Permissions{
/dports/sysutils/istio/vault-sdk-v0.1.12/builtin/logical/rabbitmq/
H A Dbackend.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
59 client *rabbithole.Client
64 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
97 b.client, err = rabbithole.NewClient(connConfig.URI, connConfig.Username, connConfig.Password)
H A Dpath_role_create.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
72 if _, err = client.PutUser(username, rabbithole.UserSettings{
82 if _, err := client.UpdatePermissionsIn(vhost, username, rabbithole.Permissions{
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/builtin/logical/rabbitmq/
H A Dbackend.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
59 client *rabbithole.Client
64 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
97 b.client, err = rabbithole.NewClient(connConfig.URI, connConfig.Username, connConfig.Password)
H A Dpath_role_create.go12 rabbithole "github.com/michaelklishin/rabbit-hole" packageName
72 if _, err = client.PutUser(username, rabbithole.UserSettings{
82 if _, err := client.UpdatePermissionsIn(vhost, username, rabbithole.Permissions{
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/builtin/logical/rabbitmq/
H A Dbackend.go46 client *rabbithole.Client
51 func (b *backend) Client(s logical.Storage) (*rabbithole.Client, error) {
84 b.client, err = rabbithole.NewClient(connConfig.URI, connConfig.Username, connConfig.Password)

12345678910>>...13