Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geoip2influx updates #504

Merged
merged 1 commit into from
Jul 28, 2024
Merged

geoip2influx updates #504

merged 1 commit into from
Jul 28, 2024

Conversation

GilbN
Copy link
Member

@GilbN GilbN commented Jul 28, 2024

  1. Switch registry to ghcr.io
  2. Add new env MAXMINDDB_USER_ID

Add new env MAXMINDDB_USER_ID
@GilbN GilbN requested review from Roxedus, a team and nwithan8 July 28, 2024 14:51
@GilbN GilbN merged commit 49172b2 into master Jul 28, 2024
2 checks passed
@@ -25,6 +25,7 @@ https://github.com/gilbN/geoip2influx/blob/master/README.md
<Config Name="InfluxDB user" Target="INFLUX_USER" Default="" Mode="" Description="Container Variable: INFLUX_USER" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="InfluxDB password" Target="INFLUX_PASS" Default="" Mode="" Description="Container Variable: INFLUX_PASS" Type="Variable" Display="always" Required="false" Mask="true"/>
<Config Name="MaxmindDB license key" Target="MAXMINDDB_LICENSE_KEY" Default="" Mode="" Description="Container Variable: MAXMINDDB_LICENSE_KEY" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="MaxmindDB account id" Target="MAXMINDDB_USER_ID" Default="" Mode="" Description="Container Variable: MAXMINDDB_USER_ID" Type="Variable" Display="always" Required="true" Mask="true"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be masked like a password?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants