summaryrefslogtreecommitdiff
path: root/ironic/conf/default.py
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2020-09-01 16:10:34 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2020-09-04 17:09:39 +0000
commit5b272b0c46f5a10c50fc7325cc653fd577908ca0 (patch)
tree7d8e3f3bb37c8610bcccad988e0215bb203adbd8 /ironic/conf/default.py
parent30d9cb47e62b62d570e1792515e16abf1ac3cd56 (diff)
downloadironic-5b272b0c46f5a10c50fc7325cc653fd577908ca0.tar.gz
Remove token-less agent support
Removes the deprecated support for token-less agents which better secures the ironic-python-agent<->ironic interactions to help ensure heartbeat operations are coming from the same node which originally checked-in with the Ironic and that commands coming to an agent are originating from the same ironic deployment which the agent checked-in with to begin with. Story: 2007025 Task: 40814 Change-Id: Id7a3f402285c654bc4665dcd45bd0730128bf9b0
Diffstat (limited to 'ironic/conf/default.py')
-rw-r--r--ironic/conf/default.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/ironic/conf/default.py b/ironic/conf/default.py
index b799208f0..ffe2b2040 100644
--- a/ironic/conf/default.py
+++ b/ironic/conf/default.py
@@ -348,16 +348,6 @@ service_opts = [
('json-rpc', _('use JSON RPC transport'))],
help=_('Which RPC transport implementation to use between '
'conductor and API services')),
- cfg.BoolOpt('require_agent_token',
- default=False,
- mutable=True,
- help=_('Used to require the use of agent tokens. These '
- 'tokens are used to guard the api lookup endpoint and '
- 'conductor heartbeat processing logic to authenticate '
- 'transactions with the ironic-python-agent. Tokens '
- 'are provided only upon the first lookup of a node '
- 'and may be provided via out of band means through '
- 'the use of virtual media.')),
]
utils_opts = [