Class: GDK::Services::OpenBao
- Inherits:
-
Base
- Object
- Base
- GDK::Services::OpenBao
show all
- Defined in:
- lib/gdk/services/open_bao.rb
Instance Method Summary
collapse
Methods inherited from Base
#env, #initialize, #procfile_entry
Instance Method Details
#command ⇒ Object
10
11
12
|
# File 'lib/gdk/services/open_bao.rb', line 10
def command
config.openbao.__server_command
end
|
#enabled? ⇒ Boolean
14
15
16
|
# File 'lib/gdk/services/open_bao.rb', line 14
def enabled?
config.openbao.__safe_enabled?
end
|
#name ⇒ Object
6
7
8
|
# File 'lib/gdk/services/open_bao.rb', line 6
def name
'openbao'
end
|
#ready_message ⇒ Object
18
19
20
|
# File 'lib/gdk/services/open_bao.rb', line 18
def ready_message
"OpenBao is available at #{listen_address}."
end
|