Skip to content

Commit

Permalink
fix: add doppler connection to steampipe service
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Dec 26, 2024
1 parent a1ddb26 commit ecd477d
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 220 deletions.
1 change: 1 addition & 0 deletions docker/SteampipeServiceDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ RUN echo "connection \"cohereai\" {\n plugin = \"cohereai\"\n addresses = []\n
RUN echo "connection \"googleworkspace\" {\n plugin = \"googleworkspace\"\n addresses = []\n username = \"\"\n password = \"\"\n}" > /home/steampipe/.steampipe/config/googleworkspace.spc
RUN echo "connection \"oci\" {\n plugin = \"oci\"\n addresses = []\n username = \"\"\n password = \"\"\n}" > /home/steampipe/.steampipe/config/oci.spc
RUN echo "connection \"render\" {\n plugin = \"render\"\n addresses = []\n username = \"\"\n password = \"\"\n}" > /home/steampipe/.steampipe/config/render.spc
RUN echo "connection \"doppler\" {\n plugin = \"doppler\"\n addresses = []\n username = \"\"\n password = \"\"\n}" > /home/steampipe/.steampipe/config/doppler.spc

RUN steampipe plugin list
Loading

0 comments on commit ecd477d

Please sign in to comment.