Rebrand auth-app

This commit is contained in:
André Duffeck
2025-01-16 13:04:36 +01:00
parent 31965a8f9d
commit ea331941c7
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -23,11 +23,11 @@ func GetCommands(cfg *config.Config) cli.Commands {
}
}
// Execute is the entry point for the ocis-auth-app command.
// Execute is the entry point for the opencloud auth-app command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "auth-app",
Usage: "Provide app authentication for oCIS",
Usage: "Provide app authentication for OpenCloud",
Commands: GetCommands(cfg),
})
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"github.com/opencloud-eu/opencloud/services/auth-app/pkg/config"
)
// AuthAppConfigFromStruct will adapt an oCIS config struct into a reva mapstructure to start a reva service.
// AuthAppConfigFromStruct will adapt an OpenCloud config struct into a reva mapstructure to start a reva service.
func AuthAppConfigFromStruct(cfg *config.Config) map[string]interface{} {
appAuthJSON := filepath.Join(defaults.BaseDataPath(), "appauth.json")