Skip to content

Commit

Permalink
improve oidc-agent issuerconfig handling
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed May 7, 2024
1 parent ffd1c55 commit bf1e5fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/oidc-agent/oidcp/start_oidcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@
#include "ipc/pipe.h"
#include "oidc-agent/oidcd/oidcd.h"
#include "utils/agentLogger.h"
#include "utils/config/issuerConfig.h"

struct ipcPipe startOidcd(const struct arguments* arguments) {
getIssuerConfig(
NULL); // we use this to trigger a read, so the issuer list is loaded and
// we do not need to read the file later in oidcd
struct pipeSet pipes = ipc_pipe_init();
if (pipes.pipe1.rx == -1) {
agent_log(ERROR, "could not create pipes");
Expand Down

0 comments on commit bf1e5fe

Please sign in to comment.