Method: SDM::Client#proxy_cluster_keys
- Defined in:
- lib/strongdm.rb
#proxy_cluster_keys ⇒ Object (readonly)
Proxy Cluster Keys are authentication keys for all proxies within a cluster. The proxies within a cluster share the same key. One cluster can have multiple keys in order to facilitate key rotation.
See ProxyClusterKeys.
442 443 444 |
# File 'lib/strongdm.rb', line 442 def proxy_cluster_keys @proxy_cluster_keys end |