Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Don't pull a value from the env and the state
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Anderson <mark@chef.io>
  • Loading branch information
markan committed Apr 2, 2019
1 parent 5762c83 commit 3b2b878
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion apps/pushy/include/pushy_wm.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
pushy_job :: tuple(),
incarnation_id :: binary(),
requestor :: binary(),
max_body_size :: binary(),

%% Authz ID of the requestor
%% TODO: Why isn't this just an embedded #pushy_principal{} record instead?
Expand Down
1 change: 0 additions & 1 deletion apps/pushy/src/pushy_config_resource.erl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ to_json(Req, #config_state{organization_name = OrgName,
node_name = NodeName,
incarnation_id = IncarnationId,
curve_public_key = CurvePublicKey,
max_body_size = MaxBodySize,
requestor_key = ClientKey } = State) ->
Host = envy:get(pushy, server_name, string),
ConfigLifetime = envy:get(pushy, config_lifetime, ?DEFAULT_CONFIG_LIFETIME, integer),
Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1},
{<<"chef_authn">>,
{git,"https://github.com/chef/chef_authn",
{ref,"f79808e3a5a2fe90a653a3a0fddb7a13c8e6dfa2"}},
{ref,"fc98851cf2ac103101379f677f54dd0b1f9edb8d"}},
0},
{<<"chef_secrets">>,
{git,"https://github.com/chef/chef_secrets",
Expand Down

0 comments on commit 3b2b878

Please sign in to comment.