You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
Currently, the tile config only has one field for importing the SSL certificate. The recommendations for certificates is to use one certificate for the master VIP and a different certificate for the follower VIP. The tile config allows us to configure both the master URL and the follower URL, but when using different certs for each the lack of a field to store the follower certificate means you can't actually use the follower URL.
The configuration for the tile relates to this service broker. At current, the service broker supports specifying the DAP master URL and a (read-only) follower URL - but it only allows specifying one certificate, when (as noted above):
The recommendations for certificates is to use one certificate for the master VIP and a different certificate for the follower VIP.
Describe the solution you would like
At current the service broker supports supplying the following relevant configuration environment variables:
CONJUR_SSL_CERTIFICATE
CONJUR_APPLIANCE_URL
CONJUR_FOLLOWER_URL
We could add another parameter
CONJUR_FOLLOWER_SSL_CERTIFICATE
And if set, we could use this alternate certificate when we instantiate the read-only API:
Once this change is made, we will also need to update the VMWare Tanzu tile definition to accept this parameter and properly configure the service broker with the CONJUR_FOLLOWER_SSL_CERTIFICATE env var.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Migrated from pivotal-cf/docs-cyberark-conjur-service-broker#21 as reported by @whip113
The configuration for the tile relates to this service broker. At current, the service broker supports specifying the DAP master URL and a (read-only) follower URL - but it only allows specifying one certificate, when (as noted above):
Describe the solution you would like
At current the service broker supports supplying the following relevant configuration environment variables:
CONJUR_SSL_CERTIFICATE
CONJUR_APPLIANCE_URL
CONJUR_FOLLOWER_URL
We could add another parameter
CONJUR_FOLLOWER_SSL_CERTIFICATE
And if set, we could use this alternate certificate when we instantiate the read-only API:
conjur-service-broker/lib/conjur_client.rb
Line 17 in c5ee095
Additional context
Once this change is made, we will also need to update the VMWare Tanzu tile definition to accept this parameter and properly configure the service broker with the
CONJUR_FOLLOWER_SSL_CERTIFICATE
env var.The text was updated successfully, but these errors were encountered: