Method: OpenC3::RedisSecrets#keys
- Defined in:
- lib/openc3/utilities/redis_secrets.rb
#keys(secret_store: nil, scope:) ⇒ Object
24 25 26 |
# File 'lib/openc3/utilities/redis_secrets.rb', line 24 def keys(secret_store: nil, scope:) SecretModel.names(scope: scope) end |