feat(config): rename GALILEO_* env vars to SPLUNK_AO_* (HYBIM-713)#3
Merged
Conversation
4 tasks
…6, 727) Co-authored-by: Cursor <cursoragent@cursor.com>
8f0da56 to
f7efcdf
Compare
fercor-cisco
approved these changes
Jun 12, 2026
fercor-cisco
left a comment
Collaborator
There was a problem hiding this comment.
Approved. I will create tickets for 2 follow-ups:
- Minor — stale bridge after reset() + credential change. The bridge only writes GALILEO_X when absent. Once set, galileo-core's reset() does not clear those env vars, so a get() → reset() → change SPLUNK_AO_* → get() sequence silently re-reads the stale key. Unit tests miss it because the auth guard reads SPLUNK_AO_* directly.
- GALILEO_STAGE_NAME, GALILEO_STAGE_ID, GALILEO_STAGE_VERSION are not bridged and have no SPLUNK_AO_* equivalent anywhere in configuration.py.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames all `GALILEO_` environment variables to `SPLUNK_AO_` as part of the
Splunk Agent Observability rebrand.
Jira tickets: HYBIM-713
Mirror of: rungalileo/galileo-python#597
Environment variable mapping
Hard cut-over — only `SPLUNK_AO_*` variables are supported. No aliases.
`galileo-core` compatibility bridge
`galileo-core` (upstream private dependency) still reads `GALILEO_` variables.
`SplunkAOConfig.get()` calls `bridge_env_vars()` which mirrors `SPLUNK_AO` → `GALILEO_*`
at runtime until `galileo-core` is updated separately.
Files changed
Test plan